Skip to content

Commit

Permalink
fix: styling for form_errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Atala committed Jun 13, 2018
1 parent 230b328 commit 255e924
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/AppBundle/Resources/views/Restaurant/product.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
{{ form_start(form) }}

{% if not form.vars.valid %}
<div class="alert alert-danger">
{{ form_errors(form) }}
</div>
{% endif %}

{{ form_row(form.name) }}
Expand Down

0 comments on commit 255e924

Please sign in to comment.