diff options
Diffstat (limited to 'design/templates/newsletter/message/update.html')
-rw-r--r-- | design/templates/newsletter/message/update.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/design/templates/newsletter/message/update.html b/design/templates/newsletter/message/update.html deleted file mode 100644 index e46235d..0000000 --- a/design/templates/newsletter/message/update.html +++ /dev/null @@ -1,19 +0,0 @@ -{% load i18n %}<!DOCTYPE html> - -<html> -<head> - <meta charset="utf-8"> - <title>{% blocktrans with title=newsletter.title %}Update of subscription to {{ title }}{% endblocktrans %}</title> -</head> -<body> -{% 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 }} -</body> -</html> |