From f720dbef740192ef7b836dfe6a4b77a45e2f2563 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 7 Dec 2021 14:16:30 +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 be3ff9a3..2865e2fd 100755 --- a/atlas/tables.py +++ b/atlas/tables.py @@ -298,7 +298,7 @@ class SubspecialtyTable(tables.Table): class Meta: model = Subspecialty template_name = "django_tables2/bootstrap4.html" - fields = ("primary", "subspecialty") + fields = () sequence = ("name",) def render_synonym(self, value, record):