From 33209aed7c3e858d95576bdcfefa17c3f5d7597b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 5 Feb 2020 16:18:53 -0500 Subject: migrated newsletter templates and updated mailing model --- design/templates/newsletter/message/update.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 design/templates/newsletter/message/update.html (limited to 'design/templates/newsletter/message/update.html') diff --git a/design/templates/newsletter/message/update.html b/design/templates/newsletter/message/update.html new file mode 100644 index 0000000..e46235d --- /dev/null +++ b/design/templates/newsletter/message/update.html @@ -0,0 +1,19 @@ +{% load i18n %} + + + + + {% blocktrans with title=newsletter.title %}Update of subscription to {{ title }}{% endblocktrans %} + + +{% blocktrans with name=subscription.name title=newsletter.title domain=site.domain url=subscription.update_activate_url %}Dear {{ name }}, + +you, or someone in your name requested updating your personal information for {{ title }}. + +To make changes to your information in our database, please follow this activation link: +http://{{ domain }}{{ url }} + +Kind regards,{% endblocktrans %} +{{ newsletter.sender }} + + -- cgit v1.2.3