diff options
Diffstat (limited to 'mediagoblin/tools/template.py')
-rw-r--r-- | mediagoblin/tools/template.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/tools/template.py b/mediagoblin/tools/template.py index 72c87a99..158d5321 100644 --- a/mediagoblin/tools/template.py +++ b/mediagoblin/tools/template.py @@ -49,8 +49,8 @@ def get_jinja_env(template_loader, locale): extensions=['jinja2.ext.i18n', 'jinja2.ext.autoescape']) template_env.install_gettext_callables( - mg_globals.translations.ugettext, - mg_globals.translations.ungettext) + mg_globals.thread_scope.translations.ugettext, + mg_globals.thread_scope.translations.ungettext) # All templates will know how to ... # ... fetch all waiting messages and remove them from the queue |