xmpp.chapril.org-conversejs/html/registration/activation_email.txt

19 lines
673 B
Plaintext
Raw Normal View History

2012-03-06 11:29:43 +01:00
{% load url from future %}{% load i18n %}{% load weblate %}{% filter wordwrap:72 %}{% blocktrans with site|site_title as site_title %}Hi,
2012-03-02 14:13:24 +01:00
This is an automatic email to help you complete your registration
2012-03-06 11:29:43 +01:00
with {{ site_title }}.
2012-03-02 14:13:24 +01:00
Please open the following link in your web browser. If the link
is split over several lines, you may need to copy it in the
address bar.{% endblocktrans %}
http://{{ site.domain }}{% url 'registration.views.activate' activation_key=activation_key %}
2012-03-06 11:29:43 +01:00
{% blocktrans with site|site_title as site_title %}
2012-03-02 14:13:24 +01:00
If there is a problem with your registration, please reply to
this email.
Best regards,
2012-03-06 11:29:43 +01:00
{{ site_title }}
2012-03-02 14:13:24 +01:00
{% endblocktrans %}{% endfilter%}