Skip to content
Snippets Groups Projects
Verified Commit 3cee099b authored by ornanovitch's avatar ornanovitch
Browse files

fix: make the submit field more visible

parent 8b5d6bb8
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
{% macro form_field(field) %} {% macro form_field(field) %}
{% if field.type == 'SubmitField' %} {% if field.type == 'SubmitField' %}
{{ form_fields((field,), label=False, class="btn btn-default", **kwargs) }} {{ form_fields((field,), label=False, class="btn btn-info", **kwargs) }}
{% elif field.type not in ('HiddenField', 'CSRFTokenField') %} {% elif field.type not in ('HiddenField', 'CSRFTokenField') %}
{{ form_fields((field,), **kwargs) }} {{ form_fields((field,), **kwargs) }}
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment