diff options
author | 2018-05-19 21:00:34 +0100 | |
---|---|---|
committer | 2018-05-19 21:00:34 +0100 | |
commit | a8fd1e4e2e2e0fb1b4496ee53c3f782e04e5918e (patch) | |
tree | adae29203023af3d6b121e62fdc819b574d38fb2 /pysite/tables.py | |
parent | Linting, and remove seconds from date formatter (diff) |
Form preamble, jam creation fixes
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 e99ca989..a9a0dc88 100644 --- a/pysite/tables.py +++ b/pysite/tables.py @@ -60,6 +60,8 @@ TABLES = { primary_key="number", keys=sorted([ "number", # int + "preamble_rst", # str + "preamble_html", # str "questions" # list[dict[str, str]] {title, type, input_type, options?} ]) ), |