Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
radiopanik
panikdb
Commits
fb7190f7
Commit
fb7190f7
authored
Jun 06, 2015
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
settings: give translated names to page templates
parent
45d83f14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
panikdb/settings.py
panikdb/settings.py
+3
-3
No files found.
panikdb/settings.py
View file @
fb7190f7
# Django settings for panikdb project.
# coding: utf-8
import
os
...
...
@@ -223,7 +224,7 @@ RAVEN_CONFIG = None
COMBO_PUBLIC_TEMPLATES
=
{
'standard'
:
{
'name'
:
'S
tandard
'
,
'name'
:
'S
ection « À 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
...
...
Write
Preview
Markdown
is supported
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