Including namespace for sections

--HG--
branch : pmitros-mod-template
This commit is contained in:
Piotr Mitros
2012-02-20 07:16:22 -05:00
parent 1befa20b12
commit e57fc19045

View File

@@ -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/']