2 more minus_amount s [#21784207]

pull/1/head
eric 2012-08-07 16:18:03 -04:00
parent 5362c202bb
commit 0d13fe9ba4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{% if amount > 0 %}
{{ user.username }}, {{ amount }} donation credits have been added to your unglue.it donation credit account.
{% else %}
{{ user.username }}, {{ amount }} donation credits have been deducted from your unglue.it donation credit account.
{{ user.username }}, {{ minus_amount }} donation credits have been deducted from your unglue.it donation credit account.
{% endif %}
You have a balance of {{ user.credit.balance }} donation credits.
You have pledged {{ user.credit.pledged }} donation credits to ungluing campaigns.

View File

@ -1 +1 @@
{% if amount > 0 %}{{ amount }} donation credits have been added to your unglue.it donation credit account.{% else %}{{ amount }} donation credits have been deducted from your unglue.it donation credit account.{% endif %}
{% if amount > 0 %}{{ amount }} donation credits have been added to your unglue.it donation credit account.{% else %}{{ minus_amount }} donation credits have been deducted from your unglue.it donation credit account.{% endif %}