Commit eb164bc1 by Braden MacDonald

Remove headers when sliders appear inside parent block in Studio

parent c78663b4
......@@ -106,9 +106,8 @@ class SliderBlock(
fragment.initialize_js('SliderBlock')
return fragment
def student_view(self, context=None):
""" Normal view of this XBlock, identical to mentoring_view """
return self.mentoring_view(context)
student_view = mentoring_view
preview_view = mentoring_view
def author_view(self, 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