From ae49f7a6d99dedb0ca414a186999fcb7febed678 Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Mon, 11 Apr 2016 11:58:58 -0400 Subject: [PATCH] Fix a usage of a Mako thing that doesn't work here --- lms/templates/main_django.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/main_django.html b/lms/templates/main_django.html index f39e10cd8e..296fe5777e 100644 --- a/lms/templates/main_django.html +++ b/lms/templates/main_django.html @@ -27,7 +27,7 @@ -
+
{% trans "Skip to main content" %} {% with course=request.course %} {% include "header.html"|microsite_template_path %}