re added forget password link back and did some styling changes on it

This commit is contained in:
Jordan
2026-06-26 13:55:40 +12:00
parent 257bbb691c
commit 2f576a379a
2 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -22,6 +22,6 @@
<button type="submit" style="font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; border-color: gray; border-radius: 4px; border-width: 4px; margin-bottom: 20px;">Sign In</button>
<p>Don't have an account? <a style="text-decoration: none;" href="{{ url_for('signup') }}">Create one</a></p>
<!--<p>Forgot password? <a style="text-decoration: none;" href="{{ url_for('resetpassword') }}">Reset Password</a></p> -->
<p>Forgot password? <a style="text-decoration: none;" href="{{ url_for('resetpassword') }}">Reset Password</a></p>
</form>
{% endblock %}