diff options
Diffstat (limited to 'app/lttr/templates/lttr/message/subscribe.html')
-rw-r--r-- | app/lttr/templates/lttr/message/subscribe.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app/lttr/templates/lttr/message/subscribe.html b/app/lttr/templates/lttr/message/subscribe.html new file mode 100644 index 0000000..56ccbcb --- /dev/null +++ b/app/lttr/templates/lttr/message/subscribe.html @@ -0,0 +1,23 @@ +{% 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 intro=newsletter.intro %} + +<p>Hola-</p> + +<p>Someone, hopefully you, asked to subscribe to luxagraf's {{ title }} newsletter. {{ intro }}</p> + +<p>Please click this link to active your subscription:</p> + +https://{{ domain }}{{ url }} +{% endblocktrans %} +<p>cheers<br /> +Scott</p> +</body> +</html> |