{% extends "basepledge.html" %} {% load humanize %} {% block title %}Fund Your {{ action }}{% endblock %} {% block extra_extra_head %} {% include "stripe_stuff.html" %} {% include "cardscripts.html" %} {% endblock %} {% block news %} {% endblock %} {% block content %}
{% if nonprofit.is_on %}
  • Pledge toward this campaign
  • Pay later, only if this campaign succeeds
  • Your pledge will be used only to support this campaign.
  • Learn more
{% endif %} {% include 'cardform.html' %}
{% endblock %}