From a0e3566583849e2e4f040a238d86cf829ea39168 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Tue, 12 Mar 2024 13:32:47 +0000 Subject: [PATCH] Make back button consistent --- portal/templates/portal/reset_password_email_sent.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/portal/templates/portal/reset_password_email_sent.html b/portal/templates/portal/reset_password_email_sent.html index 060798602..e3fbc0ed1 100644 --- a/portal/templates/portal/reset_password_email_sent.html +++ b/portal/templates/portal/reset_password_email_sent.html @@ -7,11 +7,5 @@

Thank you

If you have entered a valid email address, you will receive a link to reset your password. Make sure to check your spam.
Verification email sent -
- {% if usertype == "TEACHER" %} - Back to homepage - {% else %} - Back to homepage - {% endif %} -
+

< back to homepage

{% endblock form_content %}