Move errors to own directory

This commit is contained in:
George Lacey 2021-05-12 11:35:56 +01:00
parent 972f41fdc0
commit 9b56787057
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% extends "error.html" %}
{% extends "error/error.html" %}
{% block title %}404: Page Not Found{% endblock %}
{% block error_message %}404: Page Not Found{% endblock %}