Using bootstrap/wtf, we can use wtf.quick_form, but this renders form fields as a vertical list, which is not always ideal (e.g. the annotations for psychotherapy datasets). Commit f248398 is a first attempt at tackling this, but it still needs work as the vertical space occupied by fields in the same row is not the same. Investigate further.
Using
bootstrap/wtf
, we can usewtf.quick_form
, but this renders form fields as a vertical list, which is not always ideal (e.g. the annotations for psychotherapy datasets). Commit f248398 is a first attempt at tackling this, but it still needs work as the vertical space occupied by fields in the same row is not the same. Investigate further.