add title to 404

This commit is contained in:
trinkey 2024-12-24 12:14:53 -05:00
parent a1b26d6eaa
commit dfac1f01d4

View file

@ -1,5 +1,7 @@
{% extends "base.html" %}
{% block title %}Page Not Found - {% endblock %}
{% block body %}
<h1>Hmm. That doesn't look right.</h1>
Make sure the URL is correct and try again.