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 %}
  • - +
    {% with obj=company %} {% include 'client/includes/show_logo.html' %} @@ -16,7 +16,7 @@
    - +
    diff --git a/templates/client/includes/conference/conference_list.html b/templates/client/includes/conference/conference_list.html index d2fa662d..033debae 100644 --- a/templates/client/includes/conference/conference_list.html +++ b/templates/client/includes/conference/conference_list.html @@ -8,7 +8,7 @@ {% for obj in objects %}
  • - + {% if obj.canceled %}
    {% else %} @@ -40,7 +40,7 @@
    {% endif %}
    - +
    {{ obj.main_title|safe }} diff --git a/templates/client/includes/exposition/expo_paid.html b/templates/client/includes/exposition/expo_paid.html index 04156f61..84b0465a 100644 --- a/templates/client/includes/exposition/expo_paid.html +++ b/templates/client/includes/exposition/expo_paid.html @@ -65,7 +65,7 @@
    {% endif %} diff --git a/templates/client/includes/exposition/exposition_list.html b/templates/client/includes/exposition/exposition_list.html index a4659057..4e43f3f9 100644 --- a/templates/client/includes/exposition/exposition_list.html +++ b/templates/client/includes/exposition/exposition_list.html @@ -10,7 +10,7 @@
  • {% if not obj.canceled %} - + {% if obj.expohit %}
    {% endif %} @@ -48,7 +48,7 @@ {% endif %}
    - +
    {{ obj.main_title|safe }} diff --git a/templates/client/includes/exposition/exposition_object.html b/templates/client/includes/exposition/exposition_object.html index c9e418cd..18f7843f 100644 --- a/templates/client/includes/exposition/exposition_object.html +++ b/templates/client/includes/exposition/exposition_object.html @@ -62,7 +62,7 @@
    {% else %} diff --git a/templates/client/includes/place/place_list.html b/templates/client/includes/place/place_list.html index 69ef1376..48f130c8 100644 --- a/templates/client/includes/place/place_list.html +++ b/templates/client/includes/place/place_list.html @@ -6,7 +6,7 @@ {% for object in object_list %}
  • - +
    {% with obj=object %} {% include 'client/includes/show_logo.html' %} @@ -17,7 +17,7 @@
    - +
    diff --git a/templates/client/includes/place/place_object.html b/templates/client/includes/place/place_object.html index 1f8cf989..cdd69757 100644 --- a/templates/client/includes/place/place_object.html +++ b/templates/client/includes/place/place_object.html @@ -32,7 +32,7 @@
    {% else %}