From 2f576a379a4c52969628508ea9c394647693cc59 Mon Sep 17 00:00:00 2001 From: Jordan Date: Fri, 26 Jun 2026 13:55:40 +1200 Subject: [PATCH] re added forget password link back and did some styling changes on it --- templates/resetpassword.html | 21 ++++++++++++++++++++- templates/signin.html | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/templates/resetpassword.html b/templates/resetpassword.html index 16f5e01..48cfe89 100644 --- a/templates/resetpassword.html +++ b/templates/resetpassword.html @@ -1,7 +1,26 @@ {% extends 'base.html' %} {% block content %} + +

Forgotten you password just enter your email below and you'll be sent a link to reset your password

This page is just a placeholder at the moment not functional

-

Enter email here:

+

Enter email here:

{% endblock %} \ No newline at end of file diff --git a/templates/signin.html b/templates/signin.html index cb7cbee..a73ddfb 100644 --- a/templates/signin.html +++ b/templates/signin.html @@ -22,6 +22,6 @@

Don't have an account? Create one

- +

Forgot password? Reset Password

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