.
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user