create base useranswer class
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user