From 2e4ad45bb0a0a1b14139f0034f86ab2d0ff0c9be Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Fri, 27 May 2016 16:08:06 -0400 Subject: [PATCH] Make require_module_async call require_module --- common/djangoapps/pipeline_mako/templates/static_content.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/djangoapps/pipeline_mako/templates/static_content.html b/common/djangoapps/pipeline_mako/templates/static_content.html index 835c0f7997..01d82a3710 100644 --- a/common/djangoapps/pipeline_mako/templates/static_content.html +++ b/common/djangoapps/pipeline_mako/templates/static_content.html @@ -94,9 +94,7 @@ source, template_path = Loader(engine).load_template_source(path)