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

View file

@ -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/'),
} }