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

index b40d809742014be780317333db7bfbf08d17ff5f..030eef7c3d2f06985d5e6b453db4b5c48658ab7a 100644 (file)
@@ -1,4 +1,5 @@
 # Django settings for panikdb project.
+# coding: utf-8
 
 import os
 
@@ -223,7 +224,7 @@ RAVEN_CONFIG = None
 
 COMBO_PUBLIC_TEMPLATES = {
     'standard': {
-        'name': 'Standard',
+        'name': 'Section « À propos »',
         'template': 'combo/page_template.html',
         'placeholders': {
             'content': {
@@ -232,7 +233,7 @@ COMBO_PUBLIC_TEMPLATES = {
         }
     },
     'fullwidth': {
-        'name': 'Fullwidth',
+        'name': 'Page normale',
         'template': 'combo/page_template_full_width.html',
         'placeholders': {
             'content': {
@@ -240,7 +241,6 @@ COMBO_PUBLIC_TEMPLATES = {
             },
         }
     },
-
 }
 
 AUTO_RENDER_SELECT2_STATICS = False