From f08bdb05f1a5af0a4f0f32d672c6918be5d9a48d Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 8 Feb 2021 11:47:28 +0000 Subject: [PATCH] . --- anatomy/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anatomy/tables.py b/anatomy/tables.py index be2b7287..181be430 100644 --- a/anatomy/tables.py +++ b/anatomy/tables.py @@ -13,7 +13,7 @@ from easy_thumbnails.exceptions import InvalidImageFormatError class AnatomyUserAnswerTable(tables.Table): - select = tables.CheckBoxColumn(accessor=("test")) + select = tables.CheckBoxColumn(accessor=("pk")) delete = tables.LinkColumn( "anatomy:anatomy_user_answer_delete", text="Delete", args=[A("pk")], orderable=False )