Skip to content

Commit

Permalink
Remove field wrapper from checkboxinput
Browse files Browse the repository at this point in the history
  • Loading branch information
Norman Rusch committed Feb 6, 2017
1 parent b9d7710 commit 33a773d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions barbeque/templates/barbeque/forms/row/default.html
Expand Up @@ -26,9 +26,10 @@
for="{{ field_id }}">

{% if type == 'checkboxinput' %}
<span class="field">
{% block field_checkboxinput %}{% formfield field %}{% endblock %}
</span>
{% block field_checkboxinput %}
{% formconfig field using class='field' %}
{% formfield field %}
{% endblock %}
{% endif %}

<span class="label">
Expand Down

0 comments on commit 33a773d

Please sign in to comment.