diff --git a/templates/client/includes/company/company_object.html b/templates/client/includes/company/company_object.html
index c7157c90..d9f5958d 100644
--- a/templates/client/includes/company/company_object.html
+++ b/templates/client/includes/company/company_object.html
@@ -48,7 +48,17 @@
{% endif %}
{% if company.address_inf %}
- {{ company.address_inf }}
+
{% endif %}
@@ -245,4 +255,86 @@
{% endif %}
+
{% endblock %}
\ No newline at end of file
diff --git a/templates/client/static_client/js/_modules/page.company.js b/templates/client/static_client/js/_modules/page.company.js
index f91397c8..62440714 100644
--- a/templates/client/static_client/js/_modules/page.company.js
+++ b/templates/client/static_client/js/_modules/page.company.js
@@ -712,7 +712,7 @@ if (EXPO.company){
}
};
- // methods
+ // module methods
//инициализация общих свойств
that.init = function(options) {