.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user