From e57fc19045bb9488ca010a3f37d986bb076d852b Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Mon, 20 Feb 2012 07:16:22 -0500 Subject: [PATCH] Including namespace for sections --HG-- branch : pmitros-mod-template --- settings_new_askbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/settings_new_askbot.py b/settings_new_askbot.py index 6efecdaf48..496e1ad79c 100644 --- a/settings_new_askbot.py +++ b/settings_new_askbot.py @@ -389,6 +389,7 @@ CELERY_ALWAYS_EAGER = True ot = MAKO_TEMPLATES MAKO_TEMPLATES['course'] = [DATA_DIR] +MAKO_TEMPLATES['sections'] = [DATA_DIR+'/sections'] MAKO_TEMPLATES['custom_tags'] = [DATA_DIR+'/custom_tags'] MAKO_TEMPLATES['main'] = [BASE_DIR+'/templates/']