From 4ae101b8b030f094e19f56aa260a155c5b2b1210 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Dec 2021 13:00:39 +0000 Subject: [PATCH] . --- atlas/tables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atlas/tables.py b/atlas/tables.py index 186e8fa8..1fa8aef9 100755 --- a/atlas/tables.py +++ b/atlas/tables.py @@ -162,8 +162,8 @@ class ConditionTable(tables.Table): selection = tables.CheckBoxColumn(accessor="pk", orderable=False) synonym = tables.ManyToManyColumn(verbose_name="Synonyms") - synonym2 = tables.Column() - s = tables.Column() + synonym2 = tables.Column(empty_values=()) + s = tables.Column(empty_values=()) parent = tables.ManyToManyColumn(verbose_name="Parents") class Meta: