{% extends "userprofile/base_2col.html" %} {% load i18n %} {% block title %}{% trans "Resend e-mail validation" %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extrajs %} {% endblock %} {% block userprofile_content %}
{% csrf_token %}
{% trans "Resend e-mail validation" %}

{{ form.email }} {% if form.email.errors %}
* {{ form.email.errors|join:"; " }}
{% endif %}

{% if form.non_field_errors %} {% endif %}

{% endblock %} {% block userprofile_content_related %}

{% trans "Resend e-mail validation" %}

{% trans "If you haven't validated your e-mail address yet you couldn't get into the site. Insert the e-mail address yu have registered with so we can resend the validation e-mail to you again" %}.

{% endblock %}