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