diff --git a/application/app/templates/baseLayout.html b/application/app/templates/baseLayout.html
index 1ef2823..ced9bb8 100644
--- a/application/app/templates/baseLayout.html
+++ b/application/app/templates/baseLayout.html
@@ -22,9 +22,7 @@
{% if user.is_authenticated %}
-
{% include "userPanel.html" %}
-
{% endif %}
diff --git a/application/app/templates/userPanel.html b/application/app/templates/userPanel.html
index 61c0d9e..2ec16c2 100644
--- a/application/app/templates/userPanel.html
+++ b/application/app/templates/userPanel.html
@@ -1,31 +1,36 @@
{% load i18n %}
-