aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/activation_email.txt
blob: 736ea8afa32019c0050e05b8bfe99544a85deba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% load i18n %}
{% blocktrans with site.name as site_name %}
A request has been made to activate an account at {{ site_name }} using your email address.

If you made this request, please click on the link below to activate your account. The
link is valid for {{ expiration_days }} days.

{% endblocktrans %}

http://{{ site.domain }}{% url "registration_activate" activation_key %}

{% blocktrans %}
If you did not make this request, please ignore this message.
{% endblocktrans %}