regluit/frontend/templates/fund_the_pledge.html

26 lines
433 B
HTML
Raw Normal View History

{% extends "basepledge.html" %}
{% load humanize %}
{% block title %}Fund Your {{ action }}{% endblock %}
{% block extra_extra_head %}
2012-10-15 03:38:18 +00:00
{% include "stripe_stuff.html" %}
2014-02-20 03:18:23 +00:00
{% include "cardscripts.html" %}
2012-10-01 19:53:41 +00:00
{% endblock %}
{% block news %}
{% endblock %}
{% block content %}
<div class="jsmodule rounded clearfix central">
<div class="jsmod-content">
2014-02-20 03:18:23 +00:00
{% include 'cardform.html' %}
</div>
</div>
{% endblock %}