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

{{ title }}

{% trans %}Before you can log in, you need to confirm your email address. We've sent a new confirmation email to any account using {{ email }}. To confirm the email address, just follow the link in the email.{% endtrans %}

{% endblock %}