From 1af28cefe8ba9e6d1f47ec3e8163debcd5598d37 Mon Sep 17 00:00:00 2001 From: Toby Lawrence Date: Fri, 25 Mar 2016 13:22:36 -0400 Subject: [PATCH] Revert "Only require a module once." This reverts commit 76c0c0413de55a8865faaf60bbdfae0e76d52641. --- .../templates/static_content.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/common/djangoapps/pipeline_mako/templates/static_content.html b/common/djangoapps/pipeline_mako/templates/static_content.html index 6b32456e54..20e527f5c9 100644 --- a/common/djangoapps/pipeline_mako/templates/static_content.html +++ b/common/djangoapps/pipeline_mako/templates/static_content.html @@ -70,9 +70,21 @@ source, template_path = Loader(engine).load_template_source(path) <%def name="require_module(module_name, class_name)">