Refactor actions section in case view template for improved readability and structure
This commit is contained in:
@@ -40,6 +40,7 @@ class QuestionTable(tables.Table):
|
||||
"author",
|
||||
)
|
||||
sequence = ("view", "stem", "answers")#, "exams")
|
||||
attrs = {"class": "table row-selector"}
|
||||
|
||||
def __init__(self, data=None, *args, **kwargs):
|
||||
super().__init__(
|
||||
|
||||
Reference in New Issue
Block a user