This commit is contained in:
Ross
2021-02-08 11:43:56 +00:00
parent 37e16dda35
commit 0ac8eabe35
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ from easy_thumbnails.exceptions import InvalidImageFormatError
class AnatomyUserAnswerTable(tables.Table):
select = tables.CheckBoxColumn(accessor=(""))
delete = tables.LinkColumn(
"anatomy:anatomy_user_answer_delete", text="Delete", args=[A("pk")], orderable=False
)