Skip to content

Commit

Permalink
round in_porgress editable, to allow for breaking glass in case of em…
Browse files Browse the repository at this point in the history
…ergency
  • Loading branch information
n8kim1 committed Feb 5, 2023
1 parent fba8f1e commit 5d8e04f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/siarnaq/api/episodes/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ class TournamentRoundAdmin(admin.ModelAdmin):
"display_order",
"external_id",
)
readonly_fields = ("in_progress",)

def get_queryset(self, request):
return (
Expand Down

0 comments on commit 5d8e04f

Please sign in to comment.