Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Dec 10, 2023
1 parent cb5570a commit 585bcb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/views/team.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def leave(request):
def team(q: HttpRequest):
return render(q, "core/team.html")


@login_required
@require_http_methods(["GET"])
@team_required
Expand Down

0 comments on commit 585bcb5

Please sign in to comment.