Commit eb164bc1 by Braden MacDonald

Remove headers when sliders appear inside parent block in Studio

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