Skip to content

Commit

Permalink
Merge pull request #584 from battlecode/jerrym-date-admin
Browse files Browse the repository at this point in the history
Show display_date in tournament admin
  • Loading branch information
j-mao authored Jan 17, 2023
2 parents c678da8 + 5fce02b commit e6a29d5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion backend/siarnaq/api/episodes/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,12 @@ class TournamentAdmin(admin.ModelAdmin):
(
"Release options",
{
"fields": ("submission_freeze", "submission_unfreeze", "is_public"),
"fields": (
"submission_freeze",
"submission_unfreeze",
"display_date",
"is_public",
),
},
),
(
Expand Down Expand Up @@ -159,6 +164,7 @@ class TournamentAdmin(admin.ModelAdmin):
"name_short",
"name_long",
"episode",
"display_date",
"submission_freeze",
"is_public",
)
Expand Down

0 comments on commit e6a29d5

Please sign in to comment.