2012-09-06 05:01:17 +00:00
|
|
|
{% extends "basepledge.html" %}
|
|
|
|
{% load humanize %}
|
|
|
|
|
2013-08-20 02:54:43 +00:00
|
|
|
{% block title %}Fund Your {{ action }}{% endblock %}
|
2012-09-06 05:01:17 +00:00
|
|
|
|
|
|
|
{% 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 %}
|
2012-09-06 05:01:17 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
2012-10-01 19:31:17 +00:00
|
|
|
{% block content %}
|
|
|
|
<div class="jsmodule rounded clearfix central">
|
2012-09-06 05:01:17 +00:00
|
|
|
<div class="jsmod-content">
|
2012-10-01 19:31:17 +00:00
|
|
|
|
2012-11-20 15:10:30 +00:00
|
|
|
|
2014-02-20 03:18:23 +00:00
|
|
|
{% include 'cardform.html' %}
|
2012-10-01 19:31:17 +00:00
|
|
|
|
2012-10-09 20:13:22 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2012-10-01 19:31:17 +00:00
|
|
|
|
2012-09-06 05:01:17 +00:00
|
|
|
{% endblock %}
|
|
|
|
|