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:
parent
a125e381a9
commit
dfe0f49655
4 changed files with 12 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue