diff options
author | 2018-06-12 13:43:46 +0100 | |
---|---|---|
committer | 2018-06-12 13:43:46 +0100 | |
commit | b5b339cdfde254367eccd49d296178314a159ba7 (patch) | |
tree | d9b4d463bb3738bd5b561dd08a4313d40fb76308 /pysite/tables.py | |
parent | Merge branch 'log-dir' into 'master' (diff) |
[Jams] Approvals interface
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 e7e47215..ad864fee 100644 --- a/pysite/tables.py +++ b/pysite/tables.py @@ -44,7 +44,7 @@ TABLES = { "info_rst", # str "info_html", # str "number", # int - "participants", # list[int] + "participants", # list[str] "repo", # str "state", # str "task_html", # str |