This commit is contained in:
Ross
2021-12-07 14:16:30 +00:00
parent 492891b2af
commit f720dbef74
+1 -1
View File
@@ -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):