diff --git a/core/views/team.py b/core/views/team.py index 443aa42..b30712a 100644 --- a/core/views/team.py +++ b/core/views/team.py @@ -90,7 +90,7 @@ def solo(q: HttpRequest): solo=True, hunt=hunt_, name=f"{q.user.username}'s Solo Team" ) team_.join(q.user) - + return redirect(reverse("index"))