blob: 1f334f2ab110f3c6c889b8cfda1040f8ef4e64bb (
plain)
1
2
3
4
5
6
7
8
9
|
{% load i18n %}{% blocktrans with name=subscription.name title=newsletter.title domain=site.domain url=subscription.subscribe_activate_url %}Dear {{ name }},
you, or someone in your name requested a subscription to {{ title }}.
If you would like to confirm your subscription, please follow this activation link:
http://{{ domain }}{{ url }}
Kind regards,{% endblocktrans %}
{{ newsletter.sender }}
|