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):