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:
@@ -0,0 +1,6 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
<h1>Oops! Page Not Found (404)</h1>
|
||||
<p>The page you are looking for does not exist.</p>
|
||||
<p>Return to home page by click the home button on the top left of this page</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user