Skip to content

Commit

Permalink
Allow deleting matches (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mao authored Jan 18, 2024
1 parent 92ebc36 commit ce9980d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/siarnaq/api/compete/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,6 @@ def get_queryset(self, request):
.prefetch_related("participants__team")
)

def has_delete_permission(self, request, obj=None):
return False


@admin.register(ScrimmageRequest)
class ScrimmageRequestAdmin(admin.ModelAdmin):
Expand Down

0 comments on commit ce9980d

Please sign in to comment.