{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% block content %} {% if form.errors %} {% trans "Please fix errors in the registration form." as msg %} {% show_message "error" msg %} {% endif %}

{% trans "Verify new e-mail address" %}

{% csrf_token %} {{ form|crispy }}
{% endblock %}