Skip to content

Commit

Permalink
Added default button class
Browse files Browse the repository at this point in the history
  • Loading branch information
Piers Warmers authored and fabpot committed Mar 11, 2015
1 parent 6cd8734 commit c07a902
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@
{%- endblock textarea_widget %}

{% block button_widget -%}
{% set attr = attr|merge({class: (attr.class|default('') ~ ' btn')|trim}) %}
{% set attr = attr|merge({class: (attr.class|default('btn-default') ~ ' btn')|trim}) %}
{{- parent() -}}
{%- endblock %}

Expand Down

0 comments on commit c07a902

Please sign in to comment.