missing endif
parent
590320f555
commit
386a30e3da
|
@ -8,7 +8,8 @@ You will not be acknowledged in the unglued ebook.
|
|||
|
||||
Your new pledge summary
|
||||
{% include "notification/pledge_summary.txt" %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
If you'd like to visit the campaign page or make changes, click here:
|
||||
https://{{site.domain}}{% url work transaction.campaign.work.id %}
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{% load humanize %}
|
||||
Amount pledged: ${{ transaction.amount|intcomma }}
|
||||
Premium: {{ transaction.premium.description }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue