We should use the variable local_templates instead of user_template_path
This commit is contained in:
parent
93e4622491
commit
1e9d1acc03
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user