diff --git a/portail-citoyen/templates/base-cms.html b/portail-citoyen/templates/base-cms.html index 729a3fb..5c83072 100644 --- a/portail-citoyen/templates/base-cms.html +++ b/portail-citoyen/templates/base-cms.html @@ -6,6 +6,16 @@
  • {% page_attribute "page_title" %}
  • {% endblock %} +{% block rubriques %} +{% page_attribute "slug" as slug %} + + + + + +{% endblock %} + + {% block content %} {% placeholder "content" %} {% endblock %} diff --git a/portail-citoyen/templates/base.html b/portail-citoyen/templates/base.html index 840be85..87f7278 100644 --- a/portail-citoyen/templates/base.html +++ b/portail-citoyen/templates/base.html @@ -36,7 +36,7 @@ {% if request.user.is_authenticated %}