Skip to content
Snippets Groups Projects
Commit bbbc28ef authored by Art's avatar Art :lizard:
Browse files

Fix the default form submit icon for current fa

parent 4e772d75
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ def bulma_form( ...@@ -60,7 +60,7 @@ def bulma_form(
form, form,
submit_text="OK", submit_text="OK",
submit_class="button is-outlined", submit_class="button is-outlined",
submit_icon="fa-check", submit_icon="fas fa-check",
submit_only_once=True, submit_only_once=True,
form_id='' form_id=''
): ):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment