diff --git a/project/templates/blocks/header.html b/project/templates/blocks/header.html
index 2eacd9ff..66606457 100644
--- a/project/templates/blocks/header.html
+++ b/project/templates/blocks/header.html
@@ -43,51 +43,7 @@
- {% if request.user.is_authenticated %}
-
- {% else %}
-
- {% endif %}
+ {% include 'templates/blocks/user_menu.html' %}
{% if request.user.is_authenticated %} {% if not request.user.is_email_proved and not request.user.fb_id %}
diff --git a/project/templates/blocks/user_menu.html b/project/templates/blocks/user_menu.html
new file mode 100644
index 00000000..5679af79
--- /dev/null
+++ b/project/templates/blocks/user_menu.html
@@ -0,0 +1,43 @@
+{% load static %} {% load thumbnail %}
+{% if request.user.is_authenticated %}
+
+{% else %}
+
+{% endif %}
diff --git a/project/templates/lilcity/edit_index.html b/project/templates/lilcity/edit_index.html
index 38dc3b65..23bb204a 100644
--- a/project/templates/lilcity/edit_index.html
+++ b/project/templates/lilcity/edit_index.html
@@ -55,51 +55,7 @@
- {% if request.user.is_authenticated %}
-
- {% else %}
-
- {% endif %}
+ {% include 'templates/blocks/user_menu.html' %}
{% if request.user.is_authenticated %}