Skip to content

Commit

Permalink
Merge pull request mozilla#6391 from akatsoulas/group-access-404
Browse files Browse the repository at this point in the history
Remove nested decorators
  • Loading branch information
akatsoulas authored Dec 4, 2024
2 parents e1e2dd7 + a171fc4 commit cff2100
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kitsune/flagit/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ def get_hierarchical_topics(topics, parent=None, level=0):
return hierarchical


@login_required
@permission_required("flagit.can_moderate")
@group_required("Content Moderators")
def moderate_content(request):
"""Display flagged content that needs moderation."""
Expand Down

0 comments on commit cff2100

Please sign in to comment.