Fix #61
All checks were successful
buildbot/django-dav-events--test Build done.

This commit is contained in:
2023-05-08 14:46:08 +02:00
parent 02e7686760
commit 7d1deb0081
2 changed files with 2 additions and 1 deletions

View File

@@ -443,6 +443,7 @@ class Event(models.Model):
'description': self.description,
'mode': self.mode,
'sport': self.sport,
'level': self.level,
'first_day': self.first_day,
'last_day': self.last_day,
'normalized_date': self.get_formated_date(format='normalized'),