Update for use with github codespaces

This commit is contained in:
2022-12-16 12:35:52 +00:00
parent 2b8945c513
commit 7b7c1b86de
7 changed files with 273 additions and 253 deletions

View File

@@ -539,7 +539,7 @@ class Event(BaseEvent):
return reverse('event_update', kwargs={'pk': self.pk})
def clean(self):
errdict = super.clean()
errdict = super().clean()
if self.access_at is not None:
if self.access_at.date() > self.start_date: