24 lines
1.6 KiB
Plaintext
24 lines
1.6 KiB
Plaintext
{% load humanize %}
|
|
Thank you, {{ transaction.user.username }}! You have pledged to unglue {{ transaction.campaign.work.title }}. If this campaign successfully raises ${{ transaction.campaign.target|intcomma }} by {{ transaction.campaign.deadline|date:"M d Y" }}, this book will be released in an unglued ebook edition for all to enjoy.
|
|
|
|
Pledge summary
|
|
{% include "notification/pledge_summary.txt" %}
|
|
|
|
You can help even more by sharing this campaign with your friends.
|
|
|
|
Facebook: https://www.facebook.com/sharer.php?u=https://{{ current_site.domain }}{% url work transaction.campaign.work.id %}
|
|
|
|
Twitter: https://twitter.com/intent/tweet?url=https://{{ current_site.domain }}{% url work transaction.campaign.work.id %}&text=I%27m%20ungluing%20{{ title|urlencode }}%20at%20%40unglueit.%20Join%20me%21"
|
|
|
|
You can also embed a widget for {{ transaction.campaign.work.title }} in your web site by copy/pasting the following:
|
|
<iframe src="https://{{ current_site.domain }}/api/widget/{{ transaction.campaign.work.first_isbn_13 }}/" width="152" height="325" frameborder="0"></iframe>
|
|
|
|
Or the best idea: talk about it with those you love. We'll need lots of help from lots of people to make this a success.
|
|
|
|
If you want to change your pledge, just use the button at https://{{ current_site.domain }}{% url work transaction.campaign.work.id %}
|
|
|
|
If you have any problems with your pledge, don't hesitate to contact us at support@gluejar.com
|
|
|
|
Thanks for being part of Unglue.it.
|
|
|
|
{{ transaction.campaign.rightsholder }} (rights holder for {{ transaction.campaign.work.title }}) and the Unglue.it team |