Minor: Fixed typo in comment

This commit is contained in:
2023-03-05 16:20:44 +01:00
parent fb21a8721f
commit 3cd82a30b5

View File

@@ -713,7 +713,7 @@ class EventCreateView(EventPermissionMixin, generic.FormView):
else:
event.editor = self.request.user
# Check for double submission (seems to happens accidentally if smartphone user reload the submit page)
# Check for double submission (seems to happen accidentally if smartphone user reload the submit page)
possible_doublets = models.Event.objects.filter(owner=event.owner,
title=event.title,
first_day=event.first_day)