blob: aa50b19ec36dcfdb69238f1841031d8bc3266a39 (
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.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 }}
|