diff --git a/settings/templatetags/template_filters.py b/settings/templatetags/template_filters.py index d4ab8c8e..50fce7a9 100644 --- a/settings/templatetags/template_filters.py +++ b/settings/templatetags/template_filters.py @@ -320,3 +320,7 @@ def get_theme_name(id): return '' else: return theme.name + +@register.filter +def coord_format(value): + return u'%s' % value \ No newline at end of file diff --git a/templates/admin/place_exposition/place_exposition.html b/templates/admin/place_exposition/place_exposition.html index e8566217..911d07c5 100644 --- a/templates/admin/place_exposition/place_exposition.html +++ b/templates/admin/place_exposition/place_exposition.html @@ -15,10 +15,10 @@ {# google map не забыть скачать скрипты на локал #} - - - - + + + + {# selects #} diff --git a/templates/client/includes/company/company_list.html b/templates/client/includes/company/company_list.html index b0089a78..7fc0507e 100644 --- a/templates/client/includes/company/company_list.html +++ b/templates/client/includes/company/company_list.html @@ -6,7 +6,7 @@ {% for company in object_list %}