diff --git a/templates/client/blank.html b/templates/client/blank.html
index 6643ff1e..b6c87fa2 100644
--- a/templates/client/blank.html
+++ b/templates/client/blank.html
@@ -105,7 +105,7 @@ This template include basic anf main styles and js files,
{% if not request.user.is_anonymous %}
{% if not request.user.url %}
{% include 'client/popups/user_information.html' with form=reg_complete %}
-
+
{% endif %}
{% endif %}
diff --git a/templates/client/popups/user_information.html b/templates/client/popups/user_information.html
index 3e6f3208..fea578b7 100644
--- a/templates/client/popups/user_information.html
+++ b/templates/client/popups/user_information.html
@@ -7,36 +7,72 @@