This commit is contained in:
Ross
2021-12-06 14:49:41 +00:00
parent 7cb172c785
commit 9cd65db7ba
+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(), str(self))
return format_html("<a href='{}'>{}</a>", self.get_absolute_url(), str(self))
def __str__(self):
examinations = [series.get_examination() for series in self.series.all()]