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