diff --git a/src/web/pages/templates/change_email_validate.html.j2 b/src/web/pages/templates/change_email_validate.html.j2 index 3664c2fa4..02fe63c23 100644 --- a/src/web/pages/templates/change_email_validate.html.j2 +++ b/src/web/pages/templates/change_email_validate.html.j2 @@ -11,7 +11,9 @@ Change your email {% match body %} {% when ChangeEmailValidateBody::ValidationPending { session_id, client_secret, validation_error } %}

- A message has been sent to your new email address with a validation link. If you do not receive the email: + A message has been sent to your new email address with a validation link. + To finish changing your email, click the link and then return to this page. + If you do not receive the email:

diff --git a/src/web/pages/templates/change_password.html.j2 b/src/web/pages/templates/change_password.html.j2 index db2b37867..8065dcfab 100644 --- a/src/web/pages/templates/change_password.html.j2 +++ b/src/web/pages/templates/change_password.html.j2 @@ -10,16 +10,18 @@ Change your password {%- block content -%}
-

Change your password

+

Change your password Back

{{ user_card }} {% match body %} {% when ChangePasswordBody::Form(reset_form) %} - {{ reset_form }} - Forgot your password? + {{ reset_form }} + {% when ChangePasswordBody::Success %} -

- Your password has been changed successfully. Back -

+

+ Your password has been changed successfully. Back +

{% endmatch %}
{%- endblock -%} diff --git a/src/web/pages/templates/register.html.j2 b/src/web/pages/templates/register.html.j2 index eabadd7b1..2b94e69df 100644 --- a/src/web/pages/templates/register.html.j2 +++ b/src/web/pages/templates/register.html.j2 @@ -163,5 +163,8 @@ Sign up {% endmatch %} + {%- endblock -%} diff --git a/src/web/pages/templates/register_email_validate.html.j2 b/src/web/pages/templates/register_email_validate.html.j2 index ef716bc02..17e8fe062 100644 --- a/src/web/pages/templates/register_email_validate.html.j2 +++ b/src/web/pages/templates/register_email_validate.html.j2 @@ -8,7 +8,7 @@ Confirm your email

Confirm your email

- A message has been sent to your new email address with a validation link. + A message has been sent to your email address with a validation link. To finish creating your account, click the link and then return to this page. If you do not receive the email:

{%- endblock -%}