aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/activation_email.txt
blob: 0820fcede4169c8f799b724ccbea3732ede8c164 (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 %}