This commit is contained in:
Ross
2021-12-06 13:11:08 +00:00
parent ba75bef2d0
commit 464fb80a1c
+1 -1
View File
@@ -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):