16 lines
973 B
Plaintext
16 lines
973 B
Plaintext
{% load humanize %}Thanks to you and other ungluers, {{ transaction.campaign.work.title }} will be released to the world in an unglued ebook edition.
|
|
|
|
However, our attempt to charge your credit card in the amount of ${{ transaction.amount|intcomma }} failed ({{transaction.error}}). Don't worry -- typically this means the card on file for you is expired, and once you update your card information we'll be able to collect your pledge on behalf of {{ transaction.campaign.rightsholder }}. Please update your credit card information at
|
|
https://{{ current_site.domain }}{% url manage_account %} by {{ recharge_deadline }} so that you can fulfill your pledge. Thank you!
|
|
|
|
Pledge summary
|
|
{% include "notification/pledge_summary.txt" %}
|
|
|
|
If you'd like to visit the campaign page, click here:
|
|
https://{{ current_site.domain }}{% url work transaction.campaign.work.id %}
|
|
|
|
Thank you again for your support.
|
|
|
|
{{ transaction.campaign.rightsholder }} and the Unglue.it team
|
|
|