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