From 0a8afbeff6c994f983f6f2ba20fb06205ab0b914 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Fri, 6 Dec 2013 17:20:36 -0500 Subject: [PATCH] Clean up password reset pages. (imported from commit b02088e2606b404e050e5b68a9b186de432e59d0) --- templates/zerver/reset_done.html | 8 ++------ templates/zerver/reset_emailed.html | 8 +------- 2 files changed, 3 insertions(+), 13 deletions(-) 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 %}