settings: fixed typo.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
180c8683b8
commit
fd5e6517dd
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ TEMPLATE_DIRS = (
|
||||||
os.path.join(BASE_DIR, 'templates'),
|
os.path.join(BASE_DIR, 'templates'),
|
||||||
)
|
)
|
||||||
|
|
||||||
CMS_TEMPLATES_DIR: {
|
CMS_TEMPLATES_DIR = {
|
||||||
1: os.path.join(BASE_DIR, 'templates/cms/ungleich.ch/'),
|
1: os.path.join(BASE_DIR, 'templates/cms/ungleich.ch/'),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue