]> git.0d.be Git - django-panik-combo.git/commitdiff
rename template used for the about section
authorFrédéric Péters <fpeters@0d.be>
Sun, 21 Feb 2016 12:31:02 +0000 (13:31 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sun, 21 Feb 2016 12:31:02 +0000 (13:31 +0100)
panikombo/misc.py

index 0fb9f9a57651a3efd9521e49578588a7717e7fa4..5d4e609f36476bb0ae8fa6166103aa95a0aa1cd3 100644 (file)
@@ -4,7 +4,7 @@ import collections
 COMBO_PUBLIC_TEMPLATES = collections.OrderedDict({
     'standard': {
         'name': 'Section « À propos »',
 COMBO_PUBLIC_TEMPLATES = collections.OrderedDict({
     'standard': {
         'name': 'Section « À propos »',
-        'template': 'combo/page_template.html',
+        'template': 'combo/page_template_about.html',
         'placeholders': {
             'content': {
                 'name': 'Contenu',
         'placeholders': {
             'content': {
                 'name': 'Contenu',