]> git.0d.be Git - panikweb.git/commitdiff
use combo templates declaration from panikombo
authorFrédéric Péters <fpeters@0d.be>
Sun, 21 Feb 2016 12:27:54 +0000 (13:27 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sun, 21 Feb 2016 12:27:54 +0000 (13:27 +0100)
panikweb/settings.py

index 1186524b39fbe507a9cec129d41608bb6a6e89fd..49deb280a66481270e14cdad03dde340c96e50be 100644 (file)
@@ -219,26 +219,7 @@ DEBUG_TOOLBAR_PANELS = (
     'debug_toolbar.panels.logger.LoggingPanel',
 )
 
-COMBO_PUBLIC_TEMPLATES = {
-    'standard': {
-        'name': 'Section « À propos »',
-        'template': 'combo/page_template.html',
-        'placeholders': {
-            'content': {
-                'name': 'Content',
-            },
-        }
-    },
-    'fullwidth': {
-        'name': 'Page normale',
-        'template': 'combo/page_template_full_width.html',
-        'placeholders': {
-            'content': {
-                'name': 'Content',
-            },
-        }
-    },
-}
+from panikombo.misc import COMBO_PUBLIC_TEMPLATES
 
 LANGUAGE_COOKIE_NAME = 'panikweb_language'