From 1ebd7d87a58f413596a885a36f448052f27a797d Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 7 Dec 2021 09:56:13 +0000 Subject: [PATCH] . --- atlas/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/models.py b/atlas/models.py index fcadd1b6..e532bc8e 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -357,7 +357,7 @@ class Series(models.Model): else: case_id = "None" return "{}/{} : {} [{}]".format( - self.pk, self.get_examination(), self.description, case_id + self.pk, self.get_examination_full(), self.description, case_id ) def get_absolute_url(self):