Skip to content

Commit

Permalink
Remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
syldb committed Sep 26, 2024
1 parent 8bc6ef6 commit 9e35150
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conventions/views/conventions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 9e35150

Please sign in to comment.