diff --git a/templates/client/accounts/calendar.html b/templates/client/accounts/calendar.html index 4b12759f..261d1bfd 100644 --- a/templates/client/accounts/calendar.html +++ b/templates/client/accounts/calendar.html @@ -25,60 +25,31 @@
{% with tags=company.tag.all %} {% for tag in tags %} @@ -660,11 +666,11 @@ path:'http://{{ request.get_host }}/city/get-city/' }, {id:'id_tag', - placeholder:'Выберите ключевые теги', + placeholder:"{% trans 'Выберите ключевые теги' %}", path:'http://{{ request.get_host }}/theme/get-tag/' }, {id:'id_theme', - placeholder:'Укажите тематику', + placeholder:'Укажите тематику' } ], @@ -676,6 +682,17 @@ }, rating:{ id:'profile-rating' + }, + map:{ + + blockId:"address-block", + canvasId:"gmap-canvas", + autocompleteId:"id_address_inf", + zoom:{ + street:14, + city:12, + country:4 + } } diff --git a/templates/client/includes/company/company_object.html b/templates/client/includes/company/company_object.html index c7157c90..3b2031bf 100644 --- a/templates/client/includes/company/company_object.html +++ b/templates/client/includes/company/company_object.html @@ -22,11 +22,17 @@