Added custom 404 display and login redirect

This commit is contained in:
2021-12-04 17:40:01 +00:00
parent b6f1ee0c8b
commit 8d7796ab9f
5 changed files with 25 additions and 7 deletions

View File

@ -0,0 +1,8 @@
{% extends "quiz/components/base.html" %}
{% block content %}
<h1>Page Not Found</h1>
<p>
The page you were looking for does not exist. Try going back and navigating to the desired destination correctly.
</p>
{% endblock %}