From 63f00480a0154a2c17ece21f53817f81aead3f20 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Dec 2021 15:33:03 +0000 Subject: [PATCH] . --- atlas/models.py | 3 +++ atlas/templates/atlas/case_display_block.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/atlas/models.py b/atlas/models.py index f4859cad..df029c07 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -339,6 +339,9 @@ class Series(models.Model): def get_absolute_url(self): return reverse("series:question_detail", kwargs={"pk": self.pk}) +# def get_string(self): +# examination = self.get_examination_full() +# return def get_author_objects(self): """Returns a comma seperated text list of authors""" diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index b1ac8dde..1ddc3072 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -47,7 +47,7 @@ {% for finding in series.findings.all %}
- Series: {{series}} |  + Series: {{series.get_examination_full}} |  {% if finding.findings.all %}