{% extends "basepledge.html" %} {% load humanize %} {% block title %}Pledge Cancelled{% endblock %} {% block extra_css %} {% 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 you for this campaign without your permission.
However, the campaign can definitely make use of your pledge. If you hit cancel by mistake, 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 %}