This commit is contained in:
Ross
2021-08-16 17:44:57 +01:00
parent 4b66ac24dd
commit 05ba86e658
7 changed files with 196 additions and 73 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class RapidUserAnswerTable(tables.Table):
delete = tables.LinkColumn(
"rapids:user_answer_delete", text="Delete", args=[A("pk")], orderable=False
)
view = tables.LinkColumn('rapids:rapid_user_answer_view',
view = tables.LinkColumn('rapids:user_answer_view',
text='View',
args=[A('pk')],
orderable=False)