info files now referenced explicitly instead of symlink

This commit is contained in:
Piotr Mitros
2012-03-03 18:02:14 -05:00
parent 5ae7334b38
commit 385a87c767

View File

@@ -650,7 +650,7 @@ 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/']
MAKO_TEMPLATES['main'] = [BASE_DIR+'/templates/', DATA_DIR+'/info']
MAKO_TEMPLATES.update(ot)