From 40534cdfd8c62c71de61949fb382e89401355c94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 6 Jun 2015 11:33:59 +0200 Subject: [PATCH] give translated name to page templates --- panikweb/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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': { -- 2.39.2