Add the capa module templates to the list of mako templates

This commit is contained in:
Calen Pennington
2012-06-07 16:44:57 -04:00
parent 80eb769d0c
commit c3e730a0a2

View File

@@ -70,7 +70,8 @@ MAKO_TEMPLATES = {}
MAKO_TEMPLATES['course'] = [DATA_DIR]
MAKO_TEMPLATES['sections'] = [DATA_DIR / 'sections']
MAKO_TEMPLATES['custom_tags'] = [DATA_DIR / 'custom_tags']
MAKO_TEMPLATES['main'] = [PROJECT_ROOT / 'templates',
MAKO_TEMPLATES['main'] = [PROJECT_ROOT / 'templates',
COMMON_ROOT / 'lib' / 'capa' / 'templates',
DATA_DIR / 'info',
DATA_DIR / 'problems']