From 17a19d21808d50d79e2a7accf0514735333532b7 Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Mon, 13 Jun 2016 10:53:16 -0400 Subject: [PATCH] Can't reference a %def from another %def --- .../djangoapps/pipeline_mako/templates/static_content.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/djangoapps/pipeline_mako/templates/static_content.html b/common/djangoapps/pipeline_mako/templates/static_content.html index 361b9469d9..4d623b5390 100644 --- a/common/djangoapps/pipeline_mako/templates/static_content.html +++ b/common/djangoapps/pipeline_mako/templates/static_content.html @@ -104,7 +104,11 @@ source, template_path = Loader(engine).load_template_source(path)