Skip to content

Commit

Permalink
CORE-2260: stabilise cart and checkout, add symfony form support
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmente committed Feb 23, 2018
1 parent 66402ef commit 0f629b1
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
{% extends 'form_div_layout.html.twig' %}

{% block form_errors %}
{% spaceless %}
{% if errors | length > 0 %}
<ul class="form-errors">
{% for error in errors %}
<li>{{ error.message }}</li>
{% endfor %}
</ul>
{% endif %}
{% endspaceless %}
{% endblock form_errors %}
{% extends '@ShopUi/resources/form/form.twig' %}

0 comments on commit 0f629b1

Please sign in to comment.