fix: make yearly theme editable and stop printing events twice
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user