aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-19 21:00:34 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-19 21:00:34 +0100
commita8fd1e4e2e2e0fb1b4496ee53c3f782e04e5918e (patch)
treeadae29203023af3d6b121e62fdc819b574d38fb2 /pysite/tables.py
parentLinting, and remove seconds from date formatter (diff)
Form preamble, jam creation fixes
Diffstat (limited to 'pysite/tables.py')
-rw-r--r--pysite/tables.py2
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?}
])
),