From 083fe952ed09e444f443a2fbedb6497f1d1309f9 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 8 Feb 2021 11:45:36 +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 ae73768b..be2b7287 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=("")) + select = tables.CheckBoxColumn(accessor=("test")) delete = tables.LinkColumn( "anatomy:anatomy_user_answer_delete", text="Delete", args=[A("pk")], orderable=False )