Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #312 from FIRST-Tech-Challenge/pr_update_season_in…
Browse files Browse the repository at this point in the history
…_admin_page

Change season to 2022-2023 in admin page.
  • Loading branch information
lizlooney authored May 17, 2023
2 parents b434a63 + 95d7112 commit a6c02a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app_engine/templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2>Increment all teams' remaining_training_minutes</h2>

<h2>Save end-of-season entities for all teams</h2>
<label for="seasonInput" class="text-18">Season:</label>&nbsp;
<input id="seasonInput" type="text" maxlength="30" class="text-18" value="2021-2022"
<input id="seasonInput" type="text" maxlength="30" class="text-18" value="2022-2023"
style="width: 15ch">
<br>
<button id="saveEndOfSeasonEntitiesButton" class="btn btn-secondary">Save</button>
Expand Down

0 comments on commit a6c02a3

Please sign in to comment.