Add note about verification email

This commit is contained in:
rubenwardy 2018-05-21 22:46:48 +01:00
parent 5b056e8aab
commit 98d37dfe21
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 1 additions and 0 deletions

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") %}