This commit is contained in:
2026-04-21 16:08:33 +03:00
parent 25b9bd183d
commit fff2e909f8
2 changed files with 3 additions and 1 deletions

1
app.py
View File

@@ -606,6 +606,7 @@ def session_workspace(
home_formations = get_match_formations(match_id, home_team_id)
away_formations = get_match_formations(match_id, away_team_id)
return templates.TemplateResponse(
name="match_workspace.html",