Skip to content
Snippets Groups Projects
Verified Commit bf3a2dcf authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix name of block in base.html

parent 3689b975
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
{% block header %}{% endblock %} {% block header %}{% endblock %}
<!-- Template Content head --> <!-- Template Content head -->
{% block template_content %}{% endblock %} {% block template_content_head %}{% endblock %}
<!-- Main Content --> <!-- Main Content -->
{% block content %}{% endblock %} {% block content %}{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment