{% extends "basepledge.html" %} {% load humanize %} {% block title %}Fund Your Pledge{% endblock %} {% block extra_extra_head %} {% endblock %} {% block news %} {% endblock %} {% block content %}
  • Pledge toward this campaign
  • Pay later, only if this campaign succeeds
  • Your pledge will be used only to support this campaign.
  • Learn more
{% comment %} kept around for reference as the page is overhauled

Funding Your Pledge

We're so happy that you've decided to {% if modified %}increase your pledge{% else %}join{% endif %} this campaign. {% if nonprofit.is_on %} We have two ways we can fund your pledge of ${{preapproval_amount}}.
  1. You can make a donation now to {{nonprofit.name}}, a non-profit charity that's working with Unglue.it to give books to the world.
  2. You can give us your credit card information now; we'll charge your card only if the campaign succeeds.
{% else %} To fund your pledge of ${{preapproval_amount}}, you can give us your credit card information now; we'll charge your card only if the campaign succeeds. {% endif %}
{% if nonprofit.is_on %} {% endif %} {% endcomment %}

Pledge by Credit Card

Unglue.it uses Stripe to securely manage your Credit Card information.

{% csrf_token %} {{ form.non_field_errors }} {{ form.as_p }}
/
{% endblock %}