From c9943306efdbd799508d7beb199bbcb3eafc2425 Mon Sep 17 00:00:00 2001 From: Jason Bau Date: Fri, 12 Jul 2013 22:57:13 -0700 Subject: [PATCH] put block around main_vendor js in main_django.html should be a no-op for edx-east, but allow edx-west to remove vendor.js with a blank {% block %} in our password_reset_confirm.html to fix a bug --- lms/templates/main_django.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/templates/main_django.html b/lms/templates/main_django.html index f5ee06d280..da3af1935c 100644 --- a/lms/templates/main_django.html +++ b/lms/templates/main_django.html @@ -7,7 +7,9 @@ {% compressed_css 'application' %} + {% block main_vendor_js %} {% compressed_js 'main_vendor' %} + {% endblock %} {% block headextra %}{% endblock %} {% render_block "css" %}