Add note about verification email

This commit is contained in:
rubenwardy
2018-05-21 22:46:48 +01:00
parent 5b056e8aab
commit 98d37dfe21

View File

@@ -81,6 +81,7 @@
{% if user.checkPerm(current_user, "CHANGE_EMAIL") %}
{{ render_field(form.email, tabindex=240) }}
<i>We'll send you an email to verify it if changed.</i>
{% endif %}
{% if user.checkPerm(current_user, "CHANGE_RANK") %}