Skip to content

Commit

Permalink
Update issue.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Feb 17, 2025
1 parent 9f10c20 commit 764014c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/views/issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -1712,7 +1712,7 @@ def contribute(request):
return {"good_first_issues": good_first_issues}


@method_decorator(login_required, name="dispatch")

class GitHubIssuesView(ListView):
model = GitHubIssue
template_name = "github_issues.html"
Expand Down

0 comments on commit 764014c

Please sign in to comment.