From: Frédéric Péters Date: Sat, 6 Jun 2015 09:33:59 +0000 (+0200) Subject: give translated name to page templates X-Git-Tag: v2021~394 X-Git-Url: https://git.0d.be/?p=panikweb.git;a=commitdiff_plain;h=40534cdfd8c62c71de61949fb382e89401355c94 give translated name to page templates --- diff --git a/panikweb/settings.py b/panikweb/settings.py index a85faff..9d11d66 100644 --- a/panikweb/settings.py +++ b/panikweb/settings.py @@ -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': {