.
This commit is contained in:
+1
-1
@@ -315,7 +315,7 @@ class Case(models.Model):
|
|||||||
return authors
|
return authors
|
||||||
|
|
||||||
def get_link(self):
|
def get_link(self):
|
||||||
return f"{self.pk}: {self.title}"
|
#return f"{self.pk}: {self.title}"
|
||||||
return 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):
|
def __str__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user