1 {% extends "email_base.html" %}
7 <p>{% trans "Greetings from the Q&A forum" %},</p>
9 <p>{% trans "To make use of the Forum, please follow the link below:" %}</p>
11 <a href="{% fullurl auth_validate_email user=user.id,code=validation_code %}">{% fullurl auth_validate_email user=user.id,code=validation_code %}</a>
13 <p>{% trans "Following the link above will help us verify your email address." %}</p>
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>
19 <p>{% blocktrans %}Sincerely,<br />
20 Forum Administrator{% endblocktrans %}</p>