diff --git a/app/Resources/views/base.html.twig b/app/Resources/views/base.html.twig
index bcf16f68..34e4bff7 100755
--- a/app/Resources/views/base.html.twig
+++ b/app/Resources/views/base.html.twig
@@ -10,21 +10,14 @@
{% endblock %}
-{% if app.user is not defined %}
-
-
- {% include 'default/header.html.twig' %}
- {% block body %}
- {% endblock %}
- {% include 'default/footer.html.twig' %}
-
+ {% include 'default/header.html.twig' %}
+ {% block body %}
+ {% endblock %}
+ {% include 'default/footer.html.twig' %}
{% block javascripts %}
diff --git a/app/Resources/views/default/footer.html.twig b/app/Resources/views/default/footer.html.twig
index 3bab2eaa..31217888 100755
--- a/app/Resources/views/default/footer.html.twig
+++ b/app/Resources/views/default/footer.html.twig
@@ -1,13 +1,14 @@
-