From c7f423c7d49c6ef8e0e7e288095adcb55d93baa8 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 5 Dec 2021 18:48:59 +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 959107e0..443d2d48 100755 --- a/atlas/tables.py +++ b/atlas/tables.py @@ -154,7 +154,7 @@ class ConditionTable(tables.Table): model = Condition template_name = "django_tables2/bootstrap4.html" fields = ("primary", "subspecialty") - sequence = ("name") + sequence = ("name",) class FindingTable(tables.Table):