Refactor Buefy forms a bit more, to copy grid pattern

i.e. each page can modify the component dynamically before it's registered
This commit is contained in:
Lance Edgar 2019-05-23 14:45:23 -05:00
parent 5bd4f84389
commit 5998941741
5 changed files with 23 additions and 12 deletions

View file

@ -84,5 +84,5 @@ ${self.render_form_complete()}
% endif
% if form.use_buefy:
${self.make_buefy_form_app()}
${self.make_tailbone_form_app()}
% endif