{% extends "basepledge.html" %} {% load humanize %} {% block title %}Pledge Completed{% endblock %} {% block extra_extra_head %} {% endblock %} {% block doccontent %}

Thank you!

You've just pledged ${{ transaction.amount|intcomma }} to {{ work.title }}. If it reaches its goal of ${{ campaign.target|intcomma }} by {{ campaign.deadline|date:"M d Y"}}, it will be unglued for all to enjoy.

You can help even more by sharing this campaign with your friends:

Copy/paste this into your site:

{% include "slideshow.html" %}
{% endblock %}