Commit 217a6f10 authored by Michal Čihař's avatar Michal Čihař

Registration mail

parent 5df8c19f
{% load url from future %}{% load i18n %}{% filter wordwrap:72 %}{% blocktrans %}Hi,
This is an automatic email to help you complete your registration
with {{ site_name }}.
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 %}
{% blocktrans %}
If there is a problem with your registration, please reply to
this email.
Best regards,
{{ site_name }}
{% endblocktrans %}{% endfilter%}
{% load i18n %}{% blocktrans %}Your registration on {{ site_title }}{% endblocktrans %}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment