summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 1b72dad..e6e0430 100644
--- a/settings.py
+++ b/settings.py
@@ -144,6 +144,7 @@ TEMPLATE_DIRS = [
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
ROOT_PATH + 'templates',
+ ROOT_PATH + '../chimere/templates',
]
TEMPLATE_CONTEXT_PROCESSORS = (