We should use the variable local_templates instead of user_template_path

This commit is contained in:
Christopher Allan Webber 2011-12-02 16:13:14 -06:00
parent 93e4622491
commit 1e9d1acc03

View File

@ -63,7 +63,7 @@ class MediaGoblinApp(object):
# Get the template environment
self.template_loader = get_jinja_loader(
app_config.get('user_template_path'))
app_config.get('local_templates'))
# Set up storage systems
self.public_store, self.queue_store = setup_storage()