diff --git a/app/Resources/views/cea/solicitudes_mostar.html.twig b/app/Resources/views/cea/solicitudes_mostar.html.twig index fedcde6..80f214f 100644 --- a/app/Resources/views/cea/solicitudes_mostar.html.twig +++ b/app/Resources/views/cea/solicitudes_mostar.html.twig @@ -1,4 +1,8 @@ {% extends 'base_app.html.twig' %} +{% block stylesheets %} + {{ parent() }} + +{% endblock %} {%block body %} @@ -73,8 +77,8 @@
@@ -84,3 +88,9 @@ {% endblock %} + + +{% block javascripts %} + {{ parent() }} + + {% endblock %} \ No newline at end of file diff --git a/bower.json b/bower.json index 8e9cbb4..2bd17c4 100644 --- a/bower.json +++ b/bower.json @@ -21,6 +21,6 @@ "font-awesome": "fontawesome#^4.6.3", "lightbox2": "lightbox#^2.8.2", "animate.css": "^3.5.2", - "smooth-scroll": "https://github.com/cferdinandi/smooth-scroll.git#^9.1.4" + "smooth-scroll": "https://github.com/cferdinandi/smooth-scroll.git#^9.1.4" } }