]> git.0d.be Git - panikweb.git/commitdiff
give translated name to page templates
authorFrédéric Péters <fpeters@0d.be>
Sat, 6 Jun 2015 09:33:59 +0000 (11:33 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 6 Jun 2015 09:33:59 +0000 (11:33 +0200)
panikweb/settings.py

index a85faff225b95a67686d40b826b172eaa1b35b11..9d11d668d3a9504914c4405761b1b95c6c188154 100644 (file)
@@ -221,7 +221,7 @@ DEBUG_TOOLBAR_PANELS = (
 
 COMBO_PUBLIC_TEMPLATES = {
     'standard': {
-        'name': 'Standard',
+        'name': 'Section « À propos »',
         'template': 'combo/page_template.html',
         'placeholders': {
             'content': {
@@ -230,7 +230,7 @@ COMBO_PUBLIC_TEMPLATES = {
         }
     },
     'fullwidth': {
-        'name': 'Fullwidth',
+        'name': 'Page normale',
         'template': 'combo/page_template_full_width.html',
         'placeholders': {
             'content': {