From c64de202a697d14500ccc42584e7236f300916d6 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 23 Aug 2020 14:21:13 +0200 Subject: [PATCH] Remove title from error pages --- note_kfet/templates/400.html | 1 + note_kfet/templates/403.html | 1 + note_kfet/templates/404.html | 1 + note_kfet/templates/500.html | 1 + 4 files changed, 4 insertions(+) diff --git a/note_kfet/templates/400.html b/note_kfet/templates/400.html index 89d7ba85..8b96e817 100644 --- a/note_kfet/templates/400.html +++ b/note_kfet/templates/400.html @@ -3,6 +3,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n %} +{% block contenttitle %}{% endblock %} {% block content %}
diff --git a/note_kfet/templates/403.html b/note_kfet/templates/403.html index 5256e32d..10199043 100644 --- a/note_kfet/templates/403.html +++ b/note_kfet/templates/403.html @@ -3,6 +3,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n %} +{% block contenttitle %}{% endblock %} {% block content %}
diff --git a/note_kfet/templates/404.html b/note_kfet/templates/404.html index 03b81658..435bb7ec 100644 --- a/note_kfet/templates/404.html +++ b/note_kfet/templates/404.html @@ -3,6 +3,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n %} +{% block contenttitle %}{% endblock %} {% block content %}
diff --git a/note_kfet/templates/500.html b/note_kfet/templates/500.html index fb7d1c69..ba4b5875 100644 --- a/note_kfet/templates/500.html +++ b/note_kfet/templates/500.html @@ -3,6 +3,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n %} +{% block contenttitle %}{% endblock %} {% block content %}