]> git.0d.be Git - django-panik-combo.git/blobdiff - panikombo/misc.py
add intro placeholder
[django-panik-combo.git] / panikombo / misc.py
index a2ea7da099747f32f84ffd342f83c679eaab870e..47d5bac7b5b5f15677a88071c85bb8c6fd28c9a2 100644 (file)
@@ -6,6 +6,10 @@ COMBO_PUBLIC_TEMPLATES = collections.OrderedDict({
         'name': 'Page normale',
         'template': 'combo/page_template_sidebar.html',
         'placeholders': collections.OrderedDict({
+            'introduction': {
+                'name': 'Introduction',
+                'optional': True,
+            },
             'content': {
                 'name': 'Contenu',
             },