404 page button for reseting password just isnt actually setup yet so just goes to a wip page and a bit more cleaning on html files

This commit is contained in:
ralphi3
2026-06-22 11:14:24 +12:00
parent 24602196d5
commit 05e7c627db
5 changed files with 19 additions and 11 deletions
+2 -1
View File
@@ -21,6 +21,7 @@
<input type="password" id="password" name="password" required><br><br>
<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 href="{{ url_for('signup') }}">Create one</a></p>
<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>
</form>
{% endblock %}