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
+4
View File
@@ -0,0 +1,4 @@
{% extends 'base.html' %}
{% block content %}
<h2>Work in progress</h2>
{% endblock %}