From 8ae60b9be21f9a851f99a602ea3a58b5f4a1a3ab Mon Sep 17 00:00:00 2001 From: SKairinos Date: Mon, 13 May 2024 14:31:07 +0000 Subject: [PATCH] fix: add gmail and outlook buttons --- .../portal/reset_password_email_sent.html | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/portal/templates/portal/reset_password_email_sent.html b/portal/templates/portal/reset_password_email_sent.html index e3fbc0ed1..6b396a5a7 100644 --- a/portal/templates/portal/reset_password_email_sent.html +++ b/portal/templates/portal/reset_password_email_sent.html @@ -2,10 +2,18 @@ {% load static %} {% block form_content %} -
-

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 -

< back to homepage

-{% endblock form_content %} +
+

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 +
+ Open in Gmail + Open in + Outlook +
+

< back to homepage

+{% endblock form_content %} \ No newline at end of file