aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-21 22:46:48 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-21 22:46:48 +0100
commit98d37dfe2136c816d06ae34b76ee4abc44229258 (patch)
tree21bf8536301172e1599cbb04be3b6d2c0add1d3b
parent5b056e8aabe9e6a8e003cbd24ed71e8a0f9de6ed (diff)
downloadcheatdb-98d37dfe2136c816d06ae34b76ee4abc44229258.tar.xz
Add note about verification email
-rw-r--r--app/templates/users/user_profile_page.html1
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") %}