From 4e321d727719f7a20aca275454141141b6faea32 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 7 Dec 2021 11:40:47 +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 7f2623d2..f28072ed 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -137,7 +137,7 @@ class Presentation(SynMixin, models.Model): def __str__(self) -> str: if self.subspecialty: - return f"{self.name} ({', '.join([i for i in self.subspecialty.all()]})" + return f"{self.name} ({', '.join([i for i in self.subspecialty.all()])})" return self.name def get_absolute_url(self):