diff options
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?} ]) ), |