This commit is contained in:
Ross
2021-12-06 14:45:05 +00:00
parent e07edc2bd0
commit 7cb172c785
+1 -1
View File
@@ -231,7 +231,7 @@ class Case(models.Model):
return authors
def get_link(self):
format_html("<a href='{}'>{}</a>", self.get_absolute_url(), self)
format_html("<a href='{}'>{}</a>", self.get_absolute_url(), str(self))
def __str__(self):
examinations = [series.get_examination() for series in self.series.all()]