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