]> git.parisson.com Git - mezzo.git/commitdiff
[settings] : specific PAGE_MENU_TEMPLATES
authorEmilie <zawadzki@ircam.fr>
Fri, 3 Nov 2017 12:13:09 +0000 (13:13 +0100)
committerEmilie <zawadzki@ircam.fr>
Fri, 3 Nov 2017 12:13:09 +0000 (13:13 +0100)
app/settings.py

index bddea86a9c1fd458d161e9a5ab1b94b5ad49d207..5943ed785bb4fe6fd406d649b05a51f168d827a4 100644 (file)
@@ -74,12 +74,12 @@ SILENCED_SYSTEM_CHECKS = ['fields.W342',]
 
 PAGE_MENU_TEMPLATES = (
     (1, _("Action"), "pages/menus/action.html"),
-    (2, _("Header"), "pages/menus/header.html"),
+    (2, _("Departement"), "pages/menus/header.html"),
     (3, _("Footer vertical"), "pages/menus/footer_vertical.html"),
     (4, _("Footer horizontal"), "pages/menus/footer_horizontal.html"),
     (5, _("Magazine"), "pages/menus/magazine.html"),
-    (6, _("You are"), "pages/menus/vous_etes.html"),
-
+    (6, _("Vous ĂȘtes"), "pages/menus/vous_etes.html"),
+    (7, _("Personnes"), "pages/menus/tree.html"),
 )
 
 MENU_PERSON_ID = 7