Commit 3f22a43b by Piotr Mitros

Studio view testing

parent 7e325f9b
...@@ -70,7 +70,7 @@ class ConceptXBlock(XBlock): ...@@ -70,7 +70,7 @@ class ConceptXBlock(XBlock):
return frag return frag
def studio_view(self, context=None): def studio_view(self, context=None):
return "" return Fragment("<div></div>")
# TO-DO: change this to create the scenarios you'd like to see in the # TO-DO: change this to create the scenarios you'd like to see in the
# workbench while developing your XBlock. # workbench while developing your XBlock.
......
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