From d3aba9a71e5b4b10b2dd253f58fa174407d2b0db Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 23 Oct 2023 16:51:11 +0100 Subject: [PATCH] . --- atlas/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/models.py b/atlas/models.py index 2037eb00..d8964754 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -315,7 +315,7 @@ class Case(models.Model): return authors def get_link(self): - return f"{self.pk}: {self.title}" + #return f"{self.pk}: {self.title}" return format_html("{}", self.get_absolute_url(), str(self)) def __str__(self):