Commit e57fc190 by Piotr Mitros

Including namespace for sections

--HG--
branch : pmitros-mod-template
parent 1befa20b
...@@ -389,6 +389,7 @@ CELERY_ALWAYS_EAGER = True ...@@ -389,6 +389,7 @@ CELERY_ALWAYS_EAGER = True
ot = MAKO_TEMPLATES ot = MAKO_TEMPLATES
MAKO_TEMPLATES['course'] = [DATA_DIR] MAKO_TEMPLATES['course'] = [DATA_DIR]
MAKO_TEMPLATES['sections'] = [DATA_DIR+'/sections']
MAKO_TEMPLATES['custom_tags'] = [DATA_DIR+'/custom_tags'] MAKO_TEMPLATES['custom_tags'] = [DATA_DIR+'/custom_tags']
MAKO_TEMPLATES['main'] = [BASE_DIR+'/templates/'] MAKO_TEMPLATES['main'] = [BASE_DIR+'/templates/']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment