From d6879c3ceffcae360e80d4eee98cb98b83eb2005 Mon Sep 17 00:00:00 2001 From: Johnny Date: Mon, 29 Oct 2018 00:35:15 +0000 Subject: [PATCH] Adds link to return to index after forgot-password request. --- .../templates/website/registration/password_reset_done.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/evennia/web/website/templates/website/registration/password_reset_done.html b/evennia/web/website/templates/website/registration/password_reset_done.html index d248c56d0f..8de85a5ba3 100644 --- a/evennia/web/website/templates/website/registration/password_reset_done.html +++ b/evennia/web/website/templates/website/registration/password_reset_done.html @@ -25,6 +25,10 @@ Forgot Password - Reset Link Sent

Please allow up to to a few hours for the email to transmit, and be sure to check your spam folder if it doesn't show up in a timely manner.

+
+ +

Click here to return to the main page.

+ {% endif %}