{% extends "email_base.html" %} {% load i18n %} {% load extra_tags %} {% block content %}

{% trans "Greetings from the Q&A forum" %},

{% trans "To make use of the Forum, please follow the link below:" %}

{% fullurl auth_validate_email user=user.id,code=validation_code %}

{% trans "Following the link above will help us verify your email address." %}

{% blocktrans %}If you beleive that this message was sent in mistake - no further action is needed. Just ingore this email, we apologize for any inconvenience{% endblocktrans %}

{% blocktrans %}Sincerely,
Forum Administrator{% endblocktrans %}

{% endblock %}