]> git.parisson.com Git - mezzo.git/commitdiff
Fix themes init, fix page placeholder names
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 23 Feb 2017 22:45:23 +0000 (23:45 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 23 Feb 2017 22:45:23 +0000 (23:45 +0100)
app/settings.py
app/themes/base/__init__.py [new file with mode: 0644]
app/themes/starts_eu/__init__.py [new file with mode: 0644]
app/themes/vertigo_starts_eu/__init__.py [new file with mode: 0644]

index 47d3d68ae98a677a4a310601ae0f772206362ade..80b70167c85630efc44a4225eae6ee606994a92a 100644 (file)
@@ -66,11 +66,11 @@ DEBUG = True if os.environ.get('DEBUG') == 'True' else False
 
 PAGE_MENU_TEMPLATES = (
     (1, _("Action"), "pages/menus/action.html"),
-    (2, _("Departement"), "pages/menus/header.html"),
+    (2, _("Header"), "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, _("Vous ĂȘtes"), "pages/menus/vous_etes.html"),
+    (6, _("You are"), "pages/menus/vous_etes.html"),
 
 )
 
@@ -138,7 +138,7 @@ LOCALE_PATHS = ['locale',]
 SESSION_EXPIRE_AT_BROWSER_CLOSE = False
 SESSION_ENGINE = "django.contrib.sessions.backends.signed_cookies"
 
-SITE_ID = 2
+SITE_ID = 3
 
 # If you set this to False, Django will make some optimizations so as not
 # to load the internationalization machinery.
diff --git a/app/themes/base/__init__.py b/app/themes/base/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/app/themes/starts_eu/__init__.py b/app/themes/starts_eu/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/app/themes/vertigo_starts_eu/__init__.py b/app/themes/vertigo_starts_eu/__init__.py
new file mode 100644 (file)
index 0000000..e69de29