aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/app.py')
-rw-r--r--mediagoblin/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/app.py b/mediagoblin/app.py
index 00aa4fab..9eb2e8f2 100644
--- a/mediagoblin/app.py
+++ b/mediagoblin/app.py
@@ -227,7 +227,7 @@ class MediaGoblinApp(object):
# This should be moved over for certain, but how to deal with
# request.locale?
request.template_env = template.get_jinja_env(
- self.template_loader, request.locale)
+ self, self.template_loader, request.locale)
mg_request.setup_user_in_request(request)