summaryrefslogtreecommitdiff
path: root/app/lttr/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/lttr/templates')
-rw-r--r--app/lttr/templates/lttr/message/subscribe.html7
-rw-r--r--app/lttr/templates/lttr/message/subscribe.txt5
2 files changed, 6 insertions, 6 deletions
diff --git a/app/lttr/templates/lttr/message/subscribe.html b/app/lttr/templates/lttr/message/subscribe.html
index 3ed34db..56ccbcb 100644
--- a/app/lttr/templates/lttr/message/subscribe.html
+++ b/app/lttr/templates/lttr/message/subscribe.html
@@ -7,14 +7,13 @@
</title>
</head>
<body>
-{% blocktrans with name=subscription.name title=newsletter.title domain=site.domain url=subscription.subscribe_activate_url %}
+{% 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 {{ title }}, a luxagraf.net letter.</p>
+<p>Someone, hopefully you, asked to subscribe to luxagraf's {{ title }} newsletter. {{ intro }}</p>
-<p>To confirm your subscription, please follow this activation link:
-</p>
+<p>Please click this link to active your subscription:</p>
https://{{ domain }}{{ url }}
{% endblocktrans %}
diff --git a/app/lttr/templates/lttr/message/subscribe.txt b/app/lttr/templates/lttr/message/subscribe.txt
index 6869d5f..edbc467 100644
--- a/app/lttr/templates/lttr/message/subscribe.txt
+++ b/app/lttr/templates/lttr/message/subscribe.txt
@@ -1,8 +1,9 @@
Hola-
-Someone, hopefully you, asked to subscribe to {{ newsletter.title }}, a luxagraf.net letter.
+Someone, hopefully you, asked to subscribe to luxagraf's {{ newsletter.title }} newsletter. {{ newsletter.intro }}
+
+Please click this link to active your subscription:
-If you would like to confirm your subscription, please follow this activation link:
https://{{ site.domain }}{{ subscription.subscribe_activate_url }}
-Scott