Update production branch with latest stuff #66
@@ -713,7 +713,7 @@ class EventCreateView(EventPermissionMixin, generic.FormView):
|
|||||||
else:
|
else:
|
||||||
event.editor = self.request.user
|
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,
|
possible_doublets = models.Event.objects.filter(owner=event.owner,
|
||||||
title=event.title,
|
title=event.title,
|
||||||
first_day=event.first_day)
|
first_day=event.first_day)
|
||||||
|
|||||||
Reference in New Issue
Block a user