-
+
{% block form_header %}
+ {% endblock form_footer %}
{% endblock content %}
diff --git a/Resources/views/Macros/form.html.twig b/Resources/views/Macros/form.html.twig
index cc85ac0..359b111 100644
--- a/Resources/views/Macros/form.html.twig
+++ b/Resources/views/Macros/form.html.twig
@@ -9,6 +9,6 @@
{% endif %}
Cancel
{% else %}
-
Cancel
+
Cancel
{% endif %}
{% endmacro %}
diff --git a/Resources/views/Macros/show.html.twig b/Resources/views/Macros/show.html.twig
index 99b114e..7a6ccbf 100644
--- a/Resources/views/Macros/show.html.twig
+++ b/Resources/views/Macros/show.html.twig
@@ -144,6 +144,6 @@
{% if is_granted('ROLE_ADMIN') or is_granted('EDIT',value) %}
Edit
{% endif %}
-
List
+
List
{% endspaceless %}
{% endmacro %}
diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig
index 2c332ae..4ac4f1a 100644
--- a/Resources/views/layout.html.twig
+++ b/Resources/views/layout.html.twig
@@ -179,7 +179,7 @@
'../bower_components/typeahead.js/dist/bloodhound.js'
'../bower_components/typeahead.js/dist/typeahead.jquery.js'
'../bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js'
- '../bower_components/select2/dist/js/select2.js'
+ '../bower_components/select2/dist/js/select2.full.js'
'@MopaBootstrapBundle/Resources/public/js/mopabootstrap-collection.js'
'@BluemesaFormsBundle/Resources/public/js/forms.js'
'@BluemesaAclBundle/Resources/public/js/forms.js'