layerindex-web/registration/activation_email.txt
Paul Eggleton 2eb5f38b21 Initial commit of layerindex-web
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-13 12:09:57 +00:00

13 lines
415 B
Plaintext

{% 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.
http://{{ site.domain }}{% url registration_activate activation_key %}
If you did not make this request, please ignore this message.
{% endblocktrans %}