This commit is contained in:
Ross
2021-12-05 16:24:13 +00:00
parent 8a6af301eb
commit bdaf5fc151
6 changed files with 23 additions and 1 deletions
+1
View File
@@ -145,6 +145,7 @@ class ConditionTable(tables.Table):
selection = tables.CheckBoxColumn(accessor="pk", orderable=False)
synonym = tables.ManyToManyColumn(verbose_name="Synonyms")
parent = tables.ManyToManyColumn(verbose_name="Parents")
class Meta:
model = Condition