From 270cf92941b1848f69b706192fd758997f506ca2 Mon Sep 17 00:00:00 2001 From: FontenaySousBois pseudo user Date: Thu, 18 Dec 2014 11:12:42 +0100 Subject: [PATCH] reorganisation rubriques sur portail et wcs --- portail-citoyen/templates/base-cms.html | 10 ++++++++ portail-citoyen/templates/base.html | 18 +++++++-------- .../portail_citoyen/template_ezt.html | 23 +++++++++++-------- 3 files changed, 33 insertions(+), 18 deletions(-) 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 %}