diff options
-rw-r--r-- | app/templates/users/user_profile_page.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/users/user_profile_page.html b/app/templates/users/user_profile_page.html index e5bd127..f1ee6b5 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) }} + <i>We'll send you an email to verify it if changed.</i> {% endif %} {% if user.checkPerm(current_user, "CHANGE_RANK") %} |