From d2f911211e04f5d99692426a0fc29a3ad64ca416 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Mon, 5 Aug 2013 15:57:20 -0400 Subject: [PATCH] fix cut/paste comment confusion --- common/lib/xmodule/xmodule/html_module.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/lib/xmodule/xmodule/html_module.py b/common/lib/xmodule/xmodule/html_module.py index 4b4da1b1cb..ebe74aa4fd 100644 --- a/common/lib/xmodule/xmodule/html_module.py +++ b/common/lib/xmodule/xmodule/html_module.py @@ -82,8 +82,8 @@ class HtmlDescriptor(HtmlFields, XmlDescriptor, EditingDescriptor): def get_context(self): _context = EditingDescriptor.get_context(self) - # Add our specific template information (the raw data body) - + # Add some specific HTML rendering context when editing HTML modules where we pass + # the root /c4x/ url for assets. This allows client-side substitutions to occur. _context.update({'base_asset_url': StaticContent.get_base_url_path_for_course_assets(self.location) + '/'}) return _context