1 {% extends "email_base.html" %}
\r
3 {% load extra_tags %}
\r
6 <p>{% trans "Greetings from the Q&A forum" %},</p>
\r
8 <p>{% trans "To make use of the Forum, please follow the link below:" %}</p>
\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
12 <p>{% trans "Following the link above will help us verify your email address." %}</p>
\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
18 <p>{% blocktrans %}Sincerely,<br />
\r
19 Forum Administrator{% endblocktrans %}</p>
\r