aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/activation_email.txt
blob: d8c1bcd97551722851027243f29282fe481ea12d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% load i18n %}
{% blocktrans %}
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 %}