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