create base useranswer class

This commit is contained in:
Ross
2023-05-15 11:12:52 +01:00
parent 525373f393
commit 7aa78c2807
33 changed files with 198 additions and 131 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ class RapidTable(tables.Table):
**kwargs,
)
class RapidUserAnswerTable(tables.Table):
class RapidCidUserAnswerTable(tables.Table):
select = tables.CheckBoxColumn(accessor=("pk"))
delete = tables.LinkColumn(
"rapids:user_answer_delete", text="Delete", args=[A("pk")], orderable=False