diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-21 22:46:48 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-21 22:46:48 +0100 |
| commit | 98d37dfe2136c816d06ae34b76ee4abc44229258 (patch) | |
| tree | 21bf8536301172e1599cbb04be3b6d2c0add1d3b | |
| parent | 5b056e8aabe9e6a8e003cbd24ed71e8a0f9de6ed (diff) | |
| download | cheatdb-98d37dfe2136c816d06ae34b76ee4abc44229258.tar.xz | |
Add note about verification email
| -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") %} |
