fix: make yearly theme editable and stop printing events twice

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-17 22:00:37 -04:00
co-authored by Cursor
parent 980a7213a4
commit 74fc542630
7 changed files with 19 additions and 83 deletions
@@ -9,7 +9,7 @@
<PageHeader
Title="@($"{Configuration["ChapterSettings:Shortname"]} TSA Teams {Configuration["ChapterSettings:CompetitionYear"]}")"
Description="Yearly theme: Unity Through Community" />
Description="@($"Yearly theme: {Configuration["ChapterSettings:YearlyTheme"]}")" />
@if (_teams == null || _students == null)
{
@@ -74,7 +74,7 @@ else
{
<MudItem xs="3">
<MudText Class="d-flex py-1">
<i>Theme for 2025-26:</i>
<i>Theme for @Configuration["ChapterSettings:CompetitionYear"]:</i>
</MudText>
</MudItem>
<MudItem xs="8">
@@ -9,7 +9,7 @@
<PageHeader
Title="@($"{Configuration["ChapterSettings:Shortname"]} TSA Teams {Configuration["ChapterSettings:CompetitionYear"]}")"
Description="Yearly theme: Unity Through Community" />
Description="@($"Yearly theme: {Configuration["ChapterSettings:YearlyTheme"]}")" />
<Legend></Legend>
@if (_teams == null)