diff options
Diffstat (limited to 'pysite/tables.py')
-rw-r--r-- | pysite/tables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/tables.py b/pysite/tables.py index 784183f8..5ccebc77 100644 --- a/pysite/tables.py +++ b/pysite/tables.py @@ -52,7 +52,7 @@ TABLES = { "teams", # list[str] "theme", # str "title", # str - "winners" # list[str] + "winning_team" # str ]) ), |