From bceab97d775a8ef5f1164a80d539dd9037569602 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" %}