Commit d2f91121 by Chris Dodge

fix cut/paste comment confusion

parent da9a4b5d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment