Change block name from body to page_content

This commit is contained in:
Stephan Porada 2019-07-04 12:18:49 +02:00
parent f586d762e3
commit fa4fa57a89

View File

@ -18,7 +18,7 @@
<body> <body>
{% include 'sidenav.html.j2' %} {% include 'sidenav.html.j2' %}
{% block body %} {% block page_content %}
{% endblock %} {% endblock %}
<!--JavaScript at end of body for optimized loading--> <!--JavaScript at end of body for optimized loading-->