From: Guillaume Pellerin Date: Sun, 24 Jul 2016 23:36:46 +0000 (+0200) Subject: add 4th footer menu position option X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=84efefe0e73b69457e31b38addffa8b66f339cf5;p=mezzo.git add 4th footer menu position option --- diff --git a/app/settings.py b/app/settings.py index b622b621..3e5c2f69 100644 --- a/app/settings.py +++ b/app/settings.py @@ -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