From 5cd633f92b99f1ad3be073da95cd1829353328ad Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Wed, 8 Dec 2021 09:41:07 -0800 Subject: [PATCH] Make 404 content configurable --- templates/404.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/404.html b/templates/404.html index b913f2c..b081fbc 100644 --- a/templates/404.html +++ b/templates/404.html @@ -10,7 +10,7 @@ {% block content %}
-

Lost?

-

This page does not exist.

+

{% block heading %}Lost?{% endblock heading %}

+

{% block message %}This page does not exist.{% endblock message %}

{% endblock content %}