Commit a88fa5c0 by Calen Pennington

Remove mako_middleware_process_request, which doesn't cleanup after itself

parent 029f4a5e
...@@ -154,12 +154,3 @@ class MakoRequestContextTest(TestCase): ...@@ -154,12 +154,3 @@ class MakoRequestContextTest(TestCase):
the threadlocal REQUEST_CONTEXT.context. This is meant to run in CMS. the threadlocal REQUEST_CONTEXT.context. This is meant to run in CMS.
""" """
self.assertIn("We're having trouble rendering your component", render_to_string("html_error.html", None)) self.assertIn("We're having trouble rendering your component", render_to_string("html_error.html", None))
def mako_middleware_process_request(request):
"""
Initialize the global RequestContext variable
edxmako.middleware.requestcontext using the request object.
"""
mako_middleware = edxmako.middleware.MakoMiddleware()
mako_middleware.process_request(request)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment