]> git.0d.be Git - panikweb-esperanzah.git/blobdiff - panikweb_esperanzah/espe_settings.py
add default page style to limit page width
[panikweb-esperanzah.git] / panikweb_esperanzah / espe_settings.py
index 78081086339d9fa1198c7259a267343f5d7c2d85..88172b708d44f88ec2df0a43b5bddee6679067c1 100644 (file)
@@ -17,6 +17,28 @@ INSTALLED_APPS += ('panikdb.aa',)
 
 PODCAST_FILE_FORMATS = 'mp3'
 
+COMBO_PUBLIC_TEMPLATES = {
+    'standard': {
+        'name': 'Page',
+        'template': 'combo/page_template.html',
+        'placeholders': {
+            'content': {
+                'name': 'Contenu',
+            },
+        },
+    },
+    'fullwidth': {
+        'name': 'Page (pleine largeur)',
+        'template': 'combo/page_template_full_width.html',
+        'placeholders': {
+            'content': {
+                'name': 'Contenu',
+            },
+        },
+    },
+}
+
+
 extra_local_settings_file = os.environ.get(
     'PANIKWEB_ESPERANZAH_SETTINGS_FILE', os.path.join(os.path.dirname(__file__), 'local_settings.py')
 )