Commit e8044bd6 by Xavier Antoviaque

LMS fix: Remove default studio view for MentoringBlock

To display the default view in Studio, which shows the instructions on
how to add/update blocks directly in mongodb
parent 103cad0e
......@@ -6,7 +6,6 @@ import logging
from xblock.core import XBlock
from xblock.fields import Boolean, Scope, String
from xblock.fragment import Fragment
from .utils import load_resource, render_template, XBlockWithChildrenFragmentsMixin
......@@ -99,9 +98,6 @@ class MentoringBlock(XBlock, XBlockWithChildrenFragmentsMixin):
'message': message,
}
def studio_view(self, context):
return Fragment(u'Studio view body')
@staticmethod
def workbench_scenarios():
"""
......
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