authentic/src/authentic2/manager/templates/authentic2/manager/user_change_email.html

12 lines
408 B
HTML

{% extends "authentic2/manager/form.html" %}
{% load i18n %}
{% block beforeform %}
<p>
{% blocktrans %}User's email will not be changed immediately. First an email will be sent to this
new email address containing a link on which the user's will have to click to verify that it owns
the email address, then it will be changed.{% endblocktrans %}
</p>
{{ block.super }}
{% endblock %}