From 2222e5b78154fbeb0da1141ec71dd0ef26bc5e16 Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Sun, 29 Jan 2012 21:59:27 -0500 Subject: [PATCH] Attemping another fix for staging... --- mitxmako/middleware.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mitxmako/middleware.py b/mitxmako/middleware.py index 4cf4b6c6bc..481d1db672 100644 --- a/mitxmako/middleware.py +++ b/mitxmako/middleware.py @@ -17,6 +17,7 @@ import tempfile from django.template import RequestContext requestcontext = None +lookup = None class MakoMiddleware(object): def __init__(self):