]> git.0d.be Git - panikdb.git/commitdiff
add full width page template variant
authorFrédéric Péters <fpeters@0d.be>
Mon, 25 May 2015 14:33:06 +0000 (16:33 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 25 May 2015 14:33:06 +0000 (16:33 +0200)
panikdb/settings.py

index 8d241363084ef9a6c56a565ea93d31f06a6f0023..d47c7fabd2a433d1f5476e49fc90d997540263f3 100644 (file)
@@ -229,6 +229,16 @@ COMBO_PUBLIC_TEMPLATES = {
             },
         }
     },
+    'fullwidth': {
+        'name': 'Fullwidth',
+        'template': 'combo/page_template_full_width.html',
+        'placeholders': {
+            'content': {
+                'name': 'Content',
+            },
+        }
+    },
+
 }
 
 AUTO_RENDER_SELECT2_STATICS = False