X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/82c3054bcdeb000aa9782da80d644070797b5cbe..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/funding/templates/funding/email/published.txt diff --git a/apps/funding/templates/funding/email/published.txt b/apps/funding/templates/funding/email/published.txt deleted file mode 100755 index 672efa2ae..000000000 --- a/apps/funding/templates/funding/email/published.txt +++ /dev/null @@ -1,17 +0,0 @@ -{% extends "funding/email/base.txt" %} -{% load i18n %} -{% block body %} -{% blocktrans %}we have just published the book you contributed to:{% endblocktrans %} - - {{ author }} – {{ offer.book.title }} - http://{{ site.domain }}{{ offer.book.get_absolute_url }} - -{% blocktrans %}Thanks to you, it is now available for free, -in various formats, to everyone.{% endblocktrans %} -{% if current %} -{% blocktrans %}If you'd like to help liberate another book, or invite your friends -to do so, we're currently raising money for:{% endblocktrans %} - - {{ current.author }} – {{ current.title }} - http://{{ site.domain }}{% url 'funding_current' %} -{% endif %}{% endblock %}