diff --git a/tailbone/templates/appsettings.mako b/tailbone/templates/appsettings.mako index f99e5882..68a79bc7 100644 --- a/tailbone/templates/appsettings.mako +++ b/tailbone/templates/appsettings.mako @@ -99,13 +99,15 @@ % endfor - % endif
${h.submit('save', getattr(form, 'submit_label', getattr(form, 'save_label', "Submit")), class_='button is-primary')} ${h.link_to("Cancel", form.cancel_url, class_='cancel button{}'.format(' autodisable' if form.auto_disable_cancel else ''))}
+ ## end of legacy (not buefy) + % endif + ${h.end_form()} @@ -181,6 +183,16 @@ +
+ + + + +
+