From de3cf843e72970f39ab7b2c67ec7eb49771e2cd7 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 1 Apr 2013 17:49:40 +0100 Subject: [PATCH] Clear up issues with the Search page. --- app/stores/templates/stores/store_search.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) 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 %}