{% extends "basepledge.html" %} {% load humanize %} {% block title %}Pledge Cancelled{% endblock %} {% block extra_extra_head %} {% endblock %} {% block doccontent %} {% if transaction %}
You were about to pledge ${{transaction.amount}} to {{work.title}} but hit the cancel link. Naturally, we won't be charging your PayPal account for this campaign unless you give permission.
However, the campaign can definitely make use of your pledge -- so won't you reconsider?
You can finish the pledge transaction.
{% else %}
We're sorry; we can't figure out which transaction you're talking about. If you meant to cancel a pledge, please go to the book's page and hit the Modify link.
{% endif %} {% endblock %}