diff --git a/src/pretix/control/templates/pretixcontrol/user/change_email.html b/src/pretix/control/templates/pretixcontrol/user/change_email.html index 59c3c5ba61..583750090a 100644 --- a/src/pretix/control/templates/pretixcontrol/user/change_email.html +++ b/src/pretix/control/templates/pretixcontrol/user/change_email.html @@ -7,15 +7,22 @@
+ {% trans "This changes the email address used to login to your account, as well as where we send email notifications." %} +
{% bootstrap_field form.new_email %} -+ {% trans "We will send a confirmation code to your new email address, which you need to enter in the next step to confirm the email address is correct." %} +
+ {% endblock %} diff --git a/src/pretix/control/templates/pretixcontrol/user/change_password.html b/src/pretix/control/templates/pretixcontrol/user/change_password.html index 6859cc8802..cdfe5bc5e4 100644 --- a/src/pretix/control/templates/pretixcontrol/user/change_password.html +++ b/src/pretix/control/templates/pretixcontrol/user/change_password.html @@ -14,11 +14,11 @@ {% bootstrap_field form.old_pw %} {% bootstrap_field form.new_pw %} {% bootstrap_field form.new_pw_repeat %} -