From 2c5710d8290fac2e32d12f6e37f1603dbab826bb Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Dec 2021 14:55:07 +0000 Subject: [PATCH] . --- atlas/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/models.py b/atlas/models.py index 3b3f1e35..f4859cad 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -103,7 +103,7 @@ class SynMixin(object): return ", ".join([f"{s.name}" for s in syns]) def get_link(self): - format_html("{}", self.get_absolute_url(), self.name) + return format_html("{}", self.get_absolute_url(), self.name) class Finding(SynMixin, models.Model):