aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-07-04 23:43:37 +0000
committerGravatar Gareth Coles <[email protected]>2018-07-04 23:43:37 +0000
commit6cd54614196129cc9c5c57ad5f9394a25e0f585d (patch)
tree3e34a5468aac7c588fefd51edb04a67e25794794 /pysite/tables.py
parentUpdate channel listing (diff)
parentRevamp 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.py2
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
])
),