From 7efb8b71079c9dcc749e01f6b843fac0fd00e4bd Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 4 Dec 2021 23:23:24 +0000 Subject: [PATCH] . --- atlas/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/tables.py b/atlas/tables.py index 31a847e1..6b63a59d 100755 --- a/atlas/tables.py +++ b/atlas/tables.py @@ -116,7 +116,7 @@ class SeriesTable(tables.Table): ) selection = tables.CheckBoxColumn(accessor="pk", orderable=False) - cases = tables.ManyToManyColumn(verbose_name="Cases") + case = tables.ManyToManyColumn(verbose_name="Cases") class Meta: model = Series