diff --git a/hshassets/templatetags/bulma.py b/hshassets/templatetags/bulma.py index b259d32ef979503ce13550578cb742bba2249250..dd089ef07507381efee76607fe07d78df46fcfbf 100644 --- a/hshassets/templatetags/bulma.py +++ b/hshassets/templatetags/bulma.py @@ -60,7 +60,7 @@ def bulma_form( form, submit_text="OK", submit_class="button is-outlined", - submit_icon="fa-check", + submit_icon="fas fa-check", submit_only_once=True, form_id='' ):