More work on buttons.
This commit is contained in:
parent
41bb8d5a3b
commit
71276f9f4b
5 changed files with 39 additions and 38 deletions
|
@ -57,7 +57,8 @@
|
|||
right = buttons.render_button(
|
||||
id = 'save',
|
||||
icon = 'floppy',
|
||||
logic = saveLogic
|
||||
logic = saveLogic,
|
||||
style = 'outline-primary'
|
||||
)
|
||||
) }}
|
||||
{% if not user.active %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue