From 7f0c75d4d81e5486a7a904de0ff204b6bfddc170 Mon Sep 17 00:00:00 2001 From: rasmus Date: Thu, 30 Jul 2026 19:56:51 +0300 Subject: [PATCH] doorboy claim: redirect to edit Incentivize naming tags --- inventory-app/doorboy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory-app/doorboy.py b/inventory-app/doorboy.py index db91f7a..2c1f810 100644 --- a/inventory-app/doorboy.py +++ b/inventory-app/doorboy.py @@ -40,7 +40,7 @@ def view_doorboy_claim(event_id): } }) - return redirect("/m/doorboy") + return redirect(f"/m/doorboy/{event_id }/edit") class TokenEditForm(FlaskForm): comment = StringField("Comment")