Skip to content

Commit

Permalink
Merge pull request #299 from clabs/dev
Browse files Browse the repository at this point in the history
Update account.py
  • Loading branch information
ethrgeist authored Dec 2, 2024
2 parents 5cabc47 + e8b22de commit 38a0fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rockon/base/views/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def login_token(request, token):
return redirect(reverse("base:select_context"))

if user.groups.filter(name="bands").exists():
return redirect(reverse("bands:bid_rooter", kwargs={"slug": request.session["current_event_slug"]}))
return redirect(reverse("bands:bid_router", kwargs={"slug": request.session["current_event_slug"]}))

return redirect(reverse("crm_user_home"))

Expand Down

0 comments on commit 38a0fe7

Please sign in to comment.