This commit is contained in:
Ross
2021-12-07 11:40:47 +00:00
parent fe1cc1e47e
commit 4e321d7277
+1 -1
View File
@@ -137,7 +137,7 @@ class Presentation(SynMixin, models.Model):
def __str__(self) -> str: def __str__(self) -> str:
if self.subspecialty: 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 return self.name
def get_absolute_url(self): def get_absolute_url(self):