From 93dc8750dcaecf88b5863fd214afa5e7eed0e082 Mon Sep 17 00:00:00 2001 From: Andromeda Yelton Date: Tue, 9 Oct 2012 16:12:38 -0400 Subject: [PATCH] tweaks --- frontend/templates/pledge_complete.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/templates/pledge_complete.html b/frontend/templates/pledge_complete.html index 32046350..68964fc9 100644 --- a/frontend/templates/pledge_complete.html +++ b/frontend/templates/pledge_complete.html @@ -31,10 +31,10 @@

Thank you!

-

You've just {% if modified %}modified your pledge for{% else %}pledged{% endif %} ${{ 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've just {% if modified %}modified your pledge for{% else %}pledged{% endif %} ${{ 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.

- Amount: ${{transaction.amount|intcomma}}.
+ Your pledge: ${{transaction.amount|intcomma}}.
Your premium: {% if transaction.premium %}{{ transaction.premium.description }}{% else %}You did not request a premium for this campaign.{% endif %}