Add end line

This commit is contained in:
Nicolas Le Goff
2013-03-05 17:19:54 +01:00
committed by Romain Neutron
parent 223f955717
commit d455af5767
3 changed files with 3 additions and 3 deletions

View File

@@ -323,4 +323,5 @@
{% block field_enctype %}{{ block('form_enctype') }}{% endblock %}
{% block field_errors %}{{ block('form_errors') }}{% endblock %}
{% block field_rest %}{{ block('form_rest') }}{% endblock %}
{% block field_rows %}{{ block('form_rows') }}{% endblock %}
{% block field_rows %}{{ block('form_rows') }}{% endblock %}

View File

@@ -1 +1 @@
{% import "login/common/macros.html.twig" as auth_macro %}
{% import "login/common/macros.html.twig" as auth_macro %}

View File

@@ -12,4 +12,3 @@
</div>
</div><!-- /sidebar block -->
{% endif %}