diff options
author | 2018-07-04 23:43:37 +0000 | |
---|---|---|
committer | 2018-07-04 23:43:37 +0000 | |
commit | 8519357d2613a870a56a4c1769b4da9069bb0db4 (patch) | |
tree | 3e34a5468aac7c588fefd51edb04a67e25794794 /pysite/tables.py | |
parent | Update channel listing (diff) |
Revamp jam index, add winner team staff backend and user frontend
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 ]) ), |