{% extends "basepledge.html" %} {% load humanize %} {% block title %}Fund Your Pledge{% endblock %} {% block news %} {% endblock %} {% block extra_extra_head %} {% endblock %} {% block content %}
{{ donate_form.non_field_errors }} {{donate_form}}
Pledge
  • Pledge toward this campaign
  • Pay later
  • If the campaign succeeds, your pledge will support it
  • If not, you won't be charged
  • 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.

{% if request.user.credit.available %}

Although you have ${{request.user.credit.available}} in donation credits, you can't support a campaign with a mixture of credit card pledges and donations.{% endif %}

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