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