Switch to stati alias
This commit is contained in:
parent
5cd2562cc7
commit
721d02bcd5
1 changed files with 8 additions and 11 deletions
|
|
@ -1,18 +1,15 @@
|
||||||
{% extends "cms/page.html" %}
|
{% extends "cms/page.html" %}
|
||||||
|
|
||||||
{% load cms_tags %}
|
{% load cms_tags %}
|
||||||
|
{% load djangocms_alias_tags %}
|
||||||
{% load menu_tags %}
|
{% load menu_tags %}
|
||||||
|
|
||||||
{% block navbar %}
|
{% block navbar %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
|
|
||||||
{% include "snippets/breadcrumbs.html" with breadcrumbs_background="blue-10" overlay=True %}
|
{% include "snippets/breadcrumbs.html" with breadcrumbs_background="blue-10" overlay=True %}
|
||||||
{% endblock navbar %}
|
{% endblock navbar %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
{% static_placeholder "govplan_header" %}
|
{% static_alias "govplan_header" %}
|
||||||
{% block app_body %}
|
{% block app_body %}
|
||||||
{% placeholder "content" %}
|
{% placeholder "content" %}
|
||||||
{% endblock app_body %}
|
{% endblock app_body %}
|
||||||
{% static_placeholder "govplan_footer" %}
|
{% static_alias "govplan_footer" %}
|
||||||
{% endblock body %}
|
{% endblock body %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue