]> git.parisson.com Git - mezzo.git/commitdiff
add 4th footer menu position option
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sun, 24 Jul 2016 23:36:46 +0000 (01:36 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sun, 24 Jul 2016 23:36:46 +0000 (01:36 +0200)
app/settings.py

index b622b621a832b64cce45dd4c1f0c819f35a4fefb..3e5c2f69332a05118b24aff00c981d1516902358 100644 (file)
@@ -44,7 +44,8 @@ from django.utils.translation import ugettext_lazy as _
 PAGE_MENU_TEMPLATES = (
     (1, _("Action"), "pages/menus/action.html"),
     (2, _("Departement"), "pages/menus/header.html"),
-    (3, _("Footer"), "pages/menus/footer.html")
+    (3, _("Footer vertical"), "pages/menus/footer.html"),
+    (4, _("Footer horizontal"), "pages/menus/footer.html"),
 )
 
 # A sequence of fields that will be injected into Mezzanine's (or any