diff --git a/trunk/app/Resources/views/base.html.twig b/trunk/app/Resources/views/base.html.twig
index 52c26473..6c85091b 100644
--- a/trunk/app/Resources/views/base.html.twig
+++ b/trunk/app/Resources/views/base.html.twig
@@ -74,6 +74,7 @@
{% endstylesheets %}
{% stylesheets
'bundles/app/css/custom.css'
+ 'bundles/app/css/cookieconsent.min.css'
filter='cssrewrite'
%}
@@ -173,10 +174,34 @@
'@AppBundle/Resources/public/js/bootstrap-select-1.12.0.js'
'@AppBundle/Resources/public/js/validator.js'
'@AppBundle/Resources/public/js/custom.js'
+ '@AppBundle/Resources/public/js/cookieconsent.min.js'
%}
{% endjavascripts %}
{% endblock javascripts %}
+
+
+