diff --git a/app/Resources/HWIOAuthBundle/views/Connect/registration.html.twig b/app/Resources/HWIOAuthBundle/views/Connect/registration.html.twig
index dd0aef8..dacb541 100644
--- a/app/Resources/HWIOAuthBundle/views/Connect/registration.html.twig
+++ b/app/Resources/HWIOAuthBundle/views/Connect/registration.html.twig
@@ -2,8 +2,7 @@
{% block body %}
- {{ dump(userInformation) }}
-
+ {{ dump(form) }}
{% if userInformation.resourceOwner.name == 'yahoo' %}
{% set name = userInformation.nickname %}
{% else %}
diff --git a/app/Resources/views/base.html.twig b/app/Resources/views/base.html.twig
index c50d679..c5cd9f2 100644
--- a/app/Resources/views/base.html.twig
+++ b/app/Resources/views/base.html.twig
@@ -15,21 +15,56 @@
{% block debug %}{% endblock %}
+
-
-
+
+
+
+
+
+
+
{% include 'flash_messages.html.twig' %}
+
+ {% include 'off_canvas.html.twig' %}
{% block body %}{% endblock %}
-
check
-
check
-
check
{% include "social_login.html.twig" %}
{% block footer %}{% endblock %}
+
+