From 464fb80a1c899956d40834ff0f6dc32d46d7b2fc Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Dec 2021 13:11:08 +0000 Subject: [PATCH] . --- atlas/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/tables.py b/atlas/tables.py index cba94449..84dc36d4 100755 --- a/atlas/tables.py +++ b/atlas/tables.py @@ -172,7 +172,7 @@ class ConditionTable(tables.Table): sequence = ("name",) def render_synonym(self, value, record): - return f"{record.get_synonym()}" + return f"{record.get_synonym_link()}" class FindingTable(tables.Table):