Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Dec 5, 2023
2 parents 3f4b1bf + eab164f commit 2812453
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/views/team.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ def solo(q: HttpRequest):
solo=True, hunt=hunt_, name=f"{q.user.username}'s Solo Team"
)
team_.members.add(q.user)



return redirect(reverse("index"))


Expand Down

0 comments on commit 2812453

Please sign in to comment.