Commit 27b6ba9c by Xavier Antoviaque

Fix missing HTMLBlock view

parent bd707a12
......@@ -60,3 +60,6 @@ class HTMLBlock(LightChild):
def mentoring_view(self, context=None):
return self.student_view(context)
def mentoring_table_view(self, context=None):
return self.student_view(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