diff options
author | 2018-05-19 11:54:08 +0100 | |
---|---|---|
committer | 2018-05-19 11:54:08 +0100 | |
commit | e08c1a7830a7f76ecefded210f3a9a8c8b2d2d47 (patch) | |
tree | 062f9720e2d589995a2a61327dcdeaed0c36f7c3 /pysite/tables.py | |
parent | [Jams] A bunch more work. That's all for tonight, though. (diff) |
[Jams] Add non-task info text to be displayed at jam announcement
Diffstat (limited to 'pysite/tables.py')
-rw-r--r-- | pysite/tables.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pysite/tables.py b/pysite/tables.py index 499172d9..67503cdb 100644 --- a/pysite/tables.py +++ b/pysite/tables.py @@ -41,6 +41,8 @@ TABLES = { "date_start", # datetime "end_html", # str "end_rst", # str + "info_rst", # str + "info_html", # str "number", # int "participants", # list[int] "repo", # str |