diff --git a/templates/home.html b/templates/home.html
index 2529ebb..1ec8623 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -24,7 +24,7 @@
{% if request.user.is_authenticated and request.user.is_customer %}
Я заказчик
+ href="{% url 'users:customer-profile' pk=request.user.pk %}">Я заказчик
{% else %}
Я заказчик
{% endif %}
diff --git a/templates/partials/header.html b/templates/partials/header.html
index e5193ac..2de63d0 100644
--- a/templates/partials/header.html
+++ b/templates/partials/header.html
@@ -8,7 +8,7 @@
{% if request.user.is_contractor %}
{% url 'users:contractor-profile' pk=request.user.pk as profile_url %}
{% elif request.user.is_customer %}
- {% url 'users:customer-profile-open-projects' pk=request.user.pk as profile_url %}
+ {% url 'users:customer-profile' pk=request.user.pk as profile_url %}
{% endif %}
diff --git a/users/templates/user_financial_info_edit.html b/users/templates/user_financial_info_edit.html
index 5ffb2d5..64d027d 100644
--- a/users/templates/user_financial_info_edit.html
+++ b/users/templates/user_financial_info_edit.html
@@ -25,7 +25,7 @@
{% csrf_token %}
{% if request.user.is_customer %}
-
+
{% elif request.user.is_contractor %}
{% endif %}
diff --git a/users/templates/user_profile_edit_old.html b/users/templates/user_profile_edit_old.html
index d88cf7e..8e7ef7d 100644
--- a/users/templates/user_profile_edit_old.html
+++ b/users/templates/user_profile_edit_old.html
@@ -25,7 +25,7 @@
{% csrf_token %}
{% if request.user.is_customer %}
-
+
{% elif request.user.is_contractor %}
{% endif %}