diff options
author | luxagraf <sng@luxagraf.net> | 2020-02-05 16:18:53 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-02-05 16:18:53 -0500 |
commit | 33209aed7c3e858d95576bdcfefa17c3f5d7597b (patch) | |
tree | 08e6877551da29c0b645208c9e9e806c4624cd42 /design/templates/lttr/message/subscribe.html | |
parent | 932a69ba325fab012630313edcfe697e93d340d7 (diff) |
migrated newsletter templates and updated mailing model
Diffstat (limited to 'design/templates/lttr/message/subscribe.html')
-rw-r--r-- | design/templates/lttr/message/subscribe.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/design/templates/lttr/message/subscribe.html b/design/templates/lttr/message/subscribe.html deleted file mode 100644 index 3ed34db..0000000 --- a/design/templates/lttr/message/subscribe.html +++ /dev/null @@ -1,24 +0,0 @@ -{% load i18n %}<!DOCTYPE html> - -<html> -<head> - <meta charset="utf-8"> - <title>{% blocktrans with title=newsletter.title %}Subscription to {{ title }}{% endblocktrans %} -</title> -</head> -<body> -{% blocktrans with name=subscription.name title=newsletter.title domain=site.domain url=subscription.subscribe_activate_url %} - -<p>Hola-</p> - -<p>Someone, hopefully you, asked to subscribe to {{ title }}, a luxagraf.net letter.</p> - -<p>To confirm your subscription, please follow this activation link: -</p> - -https://{{ domain }}{{ url }} -{% endblocktrans %} -<p>cheers<br /> -Scott</p> -</body> -</html> |