diff --git a/app/stores/templates/stores/store_search.html b/app/stores/templates/stores/store_search.html index d0c1cf2..ef83b9c 100644 --- a/app/stores/templates/stores/store_search.html +++ b/app/stores/templates/stores/store_search.html @@ -2,7 +2,7 @@ {% load staticfiles %} {% block title %} - Stores + Search {% endblock %} {% block style %} @@ -29,19 +29,11 @@ {% block content %}
-
- - -
{% if object_list.count %} @@ -52,14 +44,14 @@ - + {% endfor %}
{{ store.object }} {{ store.object.address.city }}{{ store.distance }}{{ store.distance.km|floatformat:2 }} km
{% include "stores/paginator.html" %} {% else %} -

No results found.

+

No stores found.

{% endif %}