More work on buttons.

This commit is contained in:
Yaro Kasear 2025-07-15 14:26:08 -05:00
parent 41bb8d5a3b
commit 71276f9f4b
5 changed files with 39 additions and 38 deletions

View file

@ -57,7 +57,8 @@
right = buttons.render_button(
id = 'save',
icon = 'floppy',
logic = saveLogic
logic = saveLogic,
style = 'outline-primary'
)
) }}
{% if not user.active %}