X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/funding/templates/funding/email/thanks.txt diff --git a/apps/funding/templates/funding/email/thanks.txt b/apps/funding/templates/funding/email/thanks.txt deleted file mode 100644 index 2ded0bd9d..000000000 --- a/apps/funding/templates/funding/email/thanks.txt +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "funding/email/base.txt" %} -{% load i18n %} - - -{% block body %} -{% trans 'Thank you for your support - thanks to you we will set another book free.' %}{% if funding.name %} - -{% trans 'The book will be supplemented with your name as a donor.' %}{% endif %} -{% if funding.perks.exists %} -{% blocktrans %}We will contact you about details needed for your perks.{% endblocktrans %} -{% endif %}{# funding.perks.exists #} -{% blocktrans %}We will keep you informed about status changes to this fundraiser -and the upcoming ones that we plan to launch.{% endblocktrans %} -{% endblock %}