From bf3a2dcfcd756590edc7b33c29ba359b5d685172 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Thu, 16 Apr 2020 16:13:04 +0200 Subject: [PATCH] Fix name of block in base.html --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 4dda20b..de812d0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -97,7 +97,7 @@ {% block header %}{% endblock %} <!-- Template Content head --> - {% block template_content %}{% endblock %} + {% block template_content_head %}{% endblock %} <!-- Main Content --> {% block content %}{% endblock %} -- GitLab