]> git.0d.be Git - django-panik-combo.git/commitdiff
add intro placeholder
authorFrédéric Péters <fpeters@0d.be>
Sat, 21 Nov 2020 12:13:29 +0000 (13:13 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sat, 21 Nov 2020 12:13:29 +0000 (13:13 +0100)
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',
             },