settings: changed CMS_TEMPLATE_DIR value.

- For the SITE_ID=1, templates will be looked
  on the first entry for TEMPLATE_DIRS option.

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

View File

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