diff --git a/cps/templates/book_table.html b/cps/templates/book_table.html index b565ec75..9d5a448a 100644 --- a/cps/templates/book_table.html +++ b/cps/templates/book_table.html @@ -68,6 +68,10 @@ {{c.name}} {% elif c.datatype == "enumeration" %} {{c.name}} + {% elif c.datatype in ["bool", "datetime", "comments"] %} + + {% elif c.datatype == "text" and not c.is_multiple %} + {{ text_table_row('custom_column_' + c.id|string, _('Enter ') + c.name, c.name, false, false) }} {% else %} {% endif %}