We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b384da1 commit 3ad565dCopy full SHA for 3ad565d
demo/demo/templates/base.html
@@ -6,6 +6,7 @@
6
{%load bootstrap4%}
7
{%bootstrap_css%}
8
{%bootstrap_javascript jquery="full"%}
9
+ {%block extra_header%}{%endblock%}
10
{%block app_header_css%}
11
<link rel="stylesheet" type="text/css" href="{%static "demo/demo.css"%}"></link>
12
{%endblock%}
@@ -33,9 +34,8 @@
33
34
{%block content%}{%endblock%}
35
</div>
36
</main>
- <footer>
37
- {%block footer%}{%endblock%}
38
- </footer>
+ {%block footer%}
+ {%endblock%}
39
</body>
40
{%block post_body%}{%endblock%}
41
</html>
0 commit comments