diff --git a/templates/client/accounts/user.html b/templates/client/accounts/user.html
index 3eaa18e9..5d76c2cf 100644
--- a/templates/client/accounts/user.html
+++ b/templates/client/accounts/user.html
@@ -40,5 +40,9 @@
+
+{% if request.user == member %}
+ {% include 'popups/create_company.html' with form=company_form %}
+{% endif %}
{% endblock %}
{% endif %}
\ No newline at end of file
diff --git a/templates/client/includes/accounts/current_user.html b/templates/client/includes/accounts/current_user.html
index 45dd4933..a8103e63 100644
--- a/templates/client/includes/accounts/current_user.html
+++ b/templates/client/includes/accounts/current_user.html
@@ -444,6 +444,7 @@
+
{% block scripts %}