{% extends "dictionary/base.html" %} {% load widget_tweaks i18n %} {% block title %}{% trans "resend e-mail confirmation" context "titleblock" %}{% endblock %} {% block content %}

{% trans "log in" %} » {% trans "resend e-mail confirmation" context "titleblock" %}

{% if form.non_field_errors %} {% for error in form.non_field_errors %} {% endfor %} {% endif %}
{% render_field form.email class="form-control" id="emailForResend" %} {% for error in form.email.errors %}

{{ error|escape }}

{% endfor %}
{% csrf_token %}
{% endblock %}