some more admin improvements

This commit is contained in:
Ross
2024-07-29 11:38:52 +01:00
parent d8c83ae750
commit 74d300ab16
8 changed files with 105 additions and 17 deletions
-1
View File
@@ -871,7 +871,6 @@ class ExamBase(ExamOrCollectionGenericBase):
def __str__(self):
if self.start_date and self.start_date is not None:
print(f"Start date: {self.start_date:%d %B %Y}")
return f"{self.name} ({self.start_date:%d %B %Y})"
else:
return self.name