diff --git a/conventions/views/conventions.py b/conventions/views/conventions.py index 09f4fdd28..3ad602875 100644 --- a/conventions/views/conventions.py +++ b/conventions/views/conventions.py @@ -675,7 +675,6 @@ def journal(request, convention_uuid): ) # Handle submitted data if action == "submit": - form = EvenementForm(request.POST) form = EvenementForm( { "uuid": request.POST.get("uuid"),