From 9e35150330138587c7b614075cd115c1967b115d Mon Sep 17 00:00:00 2001 From: Sylvain Delabye Date: Thu, 26 Sep 2024 14:07:23 +0200 Subject: [PATCH] Remove unused line --- conventions/views/conventions.py | 1 - 1 file changed, 1 deletion(-) 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"),