diff options
author | 2018-07-04 23:43:37 +0000 | |
---|---|---|
committer | 2018-07-04 23:43:37 +0000 | |
commit | 6cd54614196129cc9c5c57ad5f9394a25e0f585d (patch) | |
tree | 3e34a5468aac7c588fefd51edb04a67e25794794 /pysite/tables.py | |
parent | Update channel listing (diff) | |
parent | Revamp jam index, add winner team staff backend and user frontend (diff) |
Merge branch 'momo/jam-winner' into 'master'
Revamp jam index, add winner team staff backend and user frontend
See merge request python-discord/projects/site!14
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 ]) ), |