Add basic/generic Buefy support to the Form class

mostly just affects rendering, apparently backend logic needn't really change?
This commit is contained in:
Lance Edgar 2019-05-20 16:24:14 -05:00
parent a125e381a9
commit dfe0f49655
4 changed files with 12 additions and 3 deletions

View file

@ -16,7 +16,7 @@
<div class="form-wrapper">
<p style="padding: 1em;">${report.__doc__}</p>
${form.render(template='/forms/form{}.mako'.format('_buefy' if use_buefy else ''))|n}
${form.render()|n}
</div><!-- form-wrapper -->
<ul id="context-menu">