tidy up some longs related stuff
This commit is contained in:
@@ -870,7 +870,6 @@ class ExamBase(ExamOrCollectionGenericBase):
|
||||
abstract = True
|
||||
|
||||
def __str__(self):
|
||||
print("TESTING")
|
||||
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})"
|
||||
|
||||
Reference in New Issue
Block a user