diff --git a/templates/zerver/reset_done.html b/templates/zerver/reset_done.html index 150c70af0d..71f9ba2cc1 100644 --- a/templates/zerver/reset_done.html +++ b/templates/zerver/reset_done.html @@ -1,11 +1,7 @@ {% extends "zerver/portico_signup.html" %} {% block portico_content %} - -
-
-

Password changed.

-
-

Done! You can now log in.

+

We've reset your password!

+

Please log in.

{% endblock %} diff --git a/templates/zerver/reset_emailed.html b/templates/zerver/reset_emailed.html index 2755a6e986..b58953a8f6 100644 --- a/templates/zerver/reset_emailed.html +++ b/templates/zerver/reset_emailed.html @@ -1,13 +1,7 @@ {% extends "zerver/portico_signup.html" %} {% block portico_content %} - -

We just sent you a password reset!

- - - - - +

We just sent you a password reset!

Check your email to finish the process.

(Or don't, but then why did you fill out this form?)

{% endblock %}