-
- ${editor}
-
+
+
Save
Cancel
diff --git a/cms/templates/widgets/html-edit.html b/cms/templates/widgets/html-edit.html
index 7a9d563a57..a6df48b1c5 100644
--- a/cms/templates/widgets/html-edit.html
+++ b/cms/templates/widgets/html-edit.html
@@ -1,4 +1,5 @@
<%include file="metadata-edit.html" />
+
+
diff --git a/common/lib/xmodule/xmodule/x_module.py b/common/lib/xmodule/xmodule/x_module.py
index 64a9eae1dd..8b5ae3e63f 100644
--- a/common/lib/xmodule/xmodule/x_module.py
+++ b/common/lib/xmodule/xmodule/x_module.py
@@ -652,7 +652,8 @@ class XModuleDescriptor(XModuleFields, HTMLSnippet, ResourceTemplates, XBlock):
'display_name' : field.display_name,
'default_value': field.to_json(default_value),
'inheritable': inheritable,
- 'explicitly_set': explicitly_set}
+ 'explicitly_set': explicitly_set,
+ 'help': field.help}
return metadata, simple_metadata