fix: make yearly theme editable and stop printing events twice
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -37,6 +37,11 @@ public class ChapterSettings
|
||||
/// </summary>
|
||||
public string CompetitionYear { get; set; } = "2026";
|
||||
|
||||
/// <summary>
|
||||
/// National TSA yearly theme (e.g., "Unity Through Community")
|
||||
/// </summary>
|
||||
public string YearlyTheme { get; set; } = "Unity Through Community";
|
||||
|
||||
/// <summary>
|
||||
/// Postal state abbreviation for printed schedules (example placeholder: "ST").
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user