Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
40534cdf
Commit
40534cdf
authored
Jun 06, 2015
by
fred
Browse files
give translated name to page templates
parent
e63e33c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb/settings.py
View file @
40534cdf
...
...
@@ -221,7 +221,7 @@ DEBUG_TOOLBAR_PANELS = (
COMBO_PUBLIC_TEMPLATES
=
{
'standard'
:
{
'name'
:
'S
tandard
'
,
'name'
:
'S
ection « À 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'
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment