diff --git a/templates/base.html b/templates/base.html index 4dda20b6b1bacf2513a4b4c8121bfe0a89773c86..de812d0e635767ee5cec10945ce13ec5cde883a8 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 %}