Refactor actions section in case view template for improved readability and structure

This commit is contained in:
Ross
2025-10-20 13:01:14 +01:00
parent 2a94e40a1e
commit 42b64c11ff
2 changed files with 58 additions and 57 deletions
+1
View File
@@ -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__(