enable studio authoring (raw) for xmodule

This commit is contained in:
Arthur Barrett
2013-03-01 13:32:56 -05:00
parent 3d4510ab0c
commit 6dba2394b2

View File

@@ -127,4 +127,5 @@ class AnnotatableDescriptor(RawDescriptor):
module_class = AnnotatableModule
stores_state = True
template_dir_name = "annotatable"
mako_template = "widgets/raw-edit.html"