From 5ef63e0f1ef1167a25c9e5bdc2d5536fa41d3048 Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Mon, 11 Apr 2016 12:49:36 -0400 Subject: [PATCH] The only JS the pages using this template need is base_application --- lms/templates/main_django.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lms/templates/main_django.html b/lms/templates/main_django.html index 296fe5777e..e2d5233ba9 100644 --- a/lms/templates/main_django.html +++ b/lms/templates/main_django.html @@ -42,8 +42,7 @@ - {% javascript 'application' %} - {% javascript 'module-js' %} + {% javascript 'base_application' %} {% render_block "js" %}