{# vim: set ts=2 et sts=2 sw=2: #} {% extends "users/base.html" %} {% from "layout/errorlist.html" import errorlist %} {% set title = _('Resend confirmation email') %} {% set classes = 'password' %} {% block content %}

{{ title }}

{% trans %} To activate your account you must first confirm your email address. Enter your email and submit the form below, and we will resend the confirmation email. {% endtrans %}

{{ csrf() }}
    {{ form.as_ul()|safe }}
{% endblock content %}