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

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

{% trans "You will not be able to sign in until you have validated your e-mail address. Enter your registered e-mail address to receive the validation e-mail again." %}

{% csrf_token %} {% form_as_table_rows form %}

{% endblock %}