diff --git a/templates/client/includes/accounts/current_user.html b/templates/client/includes/accounts/current_user.html
index 36bc5074..1b4ff88f 100644
--- a/templates/client/includes/accounts/current_user.html
+++ b/templates/client/includes/accounts/current_user.html
@@ -74,8 +74,7 @@
- {{ home_form.instance.country }}
- , {{ home_form.instance.city }}
+ {{ home_form.instance.country }}, {{ home_form.instance.city }}
diff --git a/templates/client/includes/company/company_edit.html b/templates/client/includes/company/company_edit.html
index 3a1300ff..ade205d7 100644
--- a/templates/client/includes/company/company_edit.html
+++ b/templates/client/includes/company/company_edit.html
@@ -71,8 +71,7 @@