Skip to content

Commit

Permalink
removed extra row class
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Esteves committed Aug 3, 2018
1 parent c893469 commit e19fe78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arctic/templates/arctic/partials/form_fields_inline.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% if field.is_hidden %}
{{ field }}
{% else %}
<div class="row {% if row.field.errors %} invalid-form-field{% endif %}">
<div class="{% if row.field.errors %} invalid-form-field{% endif %}">
{% include 'arctic/partials/form_field.html' %}
</div>
{% block errors %}
Expand Down

0 comments on commit e19fe78

Please sign in to comment.