add title to 404
This commit is contained in:
parent
a1b26d6eaa
commit
dfac1f01d4
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
{% block title %}Page Not Found - {% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<h1>Hmm. That doesn't look right.</h1>
|
<h1>Hmm. That doesn't look right.</h1>
|
||||||
Make sure the URL is correct and try again.
|
Make sure the URL is correct and try again.
|
||||||
|
|
Loading…
Reference in a new issue