2 more minus_amount s [#21784207]
parent
5362c202bb
commit
0d13fe9ba4
|
@ -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.
|
||||
|
|
|
@ -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 %}
|
Loading…
Reference in New Issue