Code layout change.
[wolnelektury.git] / src / funding / templates / funding / email / base.txt
diff --git a/src/funding/templates/funding/email/base.txt b/src/funding/templates/funding/email/base.txt
new file mode 100755 (executable)
index 0000000..1129549
--- /dev/null
@@ -0,0 +1,10 @@
+{% autoescape off %}{% load i18n %}{% trans 'Hi' %}{% if funding.name %} {{ funding.name }}{% endif %},
+{% block body %}
+{% endblock %}
+{% blocktrans %}Cheers,
+Wolne Lektury team{% endblocktrans %}
+
+-- 
+{% blocktrans %}If you don't want to receive any more updates, please visit this page:{% endblocktrans %}
+http://{{site.domain}}{{ funding.get_disable_notifications_url }}
+{% endautoescape %}