]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/auth/email_validation.html
initial import
[osqa.git] / forum / skins / default / templates / auth / email_validation.html
1 {% extends "email_base.html" %}\r
2 {% load i18n %}\r
3 {% load extra_tags %}\r
4 \r
5 {% block content %}\r
6     <p>{% trans "Greetings from the Q&A forum" %},</p>\r
7 \r
8     <p>{% trans "To make use of the Forum, please follow the link below:" %}</p>\r
9 \r
10     <a href="{% fullurl auth_validate_email user=user.id,code=validation_code %}">{% fullurl auth_validate_email user=user.id,code=validation_code %}</a>\r
11 \r
12     <p>{% trans "Following the link above will help us verify your email address." %}</p>\r
13 \r
14     <p>{% blocktrans %}If you beleive that this message was sent in mistake -\r
15     no further action is needed. Just ingore this email, we apologize\r
16     for any inconvenience{% endblocktrans %}</p>\r
17 \r
18     <p>{% blocktrans %}Sincerely,<br />\r
19     Forum Administrator{% endblocktrans %}</p>\r
20 {% endblock %}\r