settings: fixed typo.

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-05-21 22:43:18 -06:00
parent 3bca8a22df
commit dec8dd7aad
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ TEMPLATE_DIRS = (
os.path.join(BASE_DIR, 'templates'),
)
CMS_TEMPLATES_DIR: {
CMS_TEMPLATES_DIR = {
1: os.path.join(BASE_DIR, 'templates/cms/ungleich.ch/'),
}