This commit is contained in:
Ross
2021-08-16 16:02:35 +00:00
parent cf6d3e1ac8
commit e2ad16370b
10 changed files with 137 additions and 42 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class RapidTable(tables.Table):
class RapidUserAnswerTable(tables.Table):
select = tables.CheckBoxColumn(accessor=("pk"))
delete = tables.LinkColumn(
"rapids:rapid_user_answer_delete", text="Delete", args=[A("pk")], orderable=False
"rapids:user_answer_delete", text="Delete", args=[A("pk")], orderable=False
)
view = tables.LinkColumn('rapids:rapid_user_answer_view',
text='View',