.
This commit is contained in:
+1
-1
@@ -153,7 +153,7 @@ class ConditionTable(tables.Table):
|
||||
class Meta:
|
||||
model = Condition
|
||||
template_name = "django_tables2/bootstrap4.html"
|
||||
fields = "primary", "subspecialty")
|
||||
fields = ("primary", "subspecialty")
|
||||
sequence = ("name")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user