From 03320ae4e4050a63901f889bcbfbf393050facd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Sun, 20 Aug 2023 21:57:48 +0200 Subject: [PATCH] fix endblock --- institut/templates/404.html | 1 + institut/templates/500.html | 1 + 2 files changed, 2 insertions(+) diff --git a/institut/templates/404.html b/institut/templates/404.html index 2a639b8..b4243ba 100644 --- a/institut/templates/404.html +++ b/institut/templates/404.html @@ -12,3 +12,4 @@ </p> </div> </main> +{% endblock %} diff --git a/institut/templates/500.html b/institut/templates/500.html index f80f0f8..00618f4 100644 --- a/institut/templates/500.html +++ b/institut/templates/500.html @@ -11,3 +11,4 @@ </p> </div> </main> +{% endblock %} -- GitLab