diff --git a/common/djangoapps/mitxmako/middleware.py b/common/djangoapps/mitxmako/middleware.py index c719c8c30d..778322c122 100644 --- a/common/djangoapps/mitxmako/middleware.py +++ b/common/djangoapps/mitxmako/middleware.py @@ -12,7 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -from dealer.git import git from django.template import RequestContext requestcontext = None @@ -24,4 +23,3 @@ class MakoMiddleware(object): requestcontext = RequestContext(request) requestcontext['is_secure'] = request.is_secure() requestcontext['site'] = request.get_host() - requestcontext['REVISION'] = git.revision