Fix template import
This commit is contained in:
parent
b23e55be40
commit
49bd83ca95
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
{% block body_class %}template-contentpage{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% include 'common/header' %}
|
||||
{% include 'common/header.html' %}
|
||||
<section class="container">
|
||||
{% include_block page.body %}
|
||||
</section>
|
||||
|
|
Reference in a new issue