diff --git a/app/templates/users/user_profile_page.html b/app/templates/users/user_profile_page.html index e5bd127d..f1ee6b5e 100644 --- a/app/templates/users/user_profile_page.html +++ b/app/templates/users/user_profile_page.html @@ -81,6 +81,7 @@ {% if user.checkPerm(current_user, "CHANGE_EMAIL") %} {{ render_field(form.email, tabindex=240) }} + We'll send you an email to verify it if changed. {% endif %} {% if user.checkPerm(current_user, "CHANGE_RANK") %}