From a3ff114ba3e651a13b7ed8a31d6f882800ee57bb Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 25 Oct 2011 19:55:37 +0100 Subject: [PATCH] triangleUp triangleDown --- itf/templates/search/search.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/itf/templates/search/search.html b/itf/templates/search/search.html index edc23f0..448bfc5 100755 --- a/itf/templates/search/search.html +++ b/itf/templates/search/search.html @@ -32,17 +32,17 @@ {% for result in page.object_list %}

- {{ result.object.title }} + {{ result.object.title }}

{% empty %}

No results found.

{% endfor %} {% if page.has_previous or page.has_next %} -
- {% if page.has_previous %}{% endif %}« Previous{% if page.has_previous %}{% endif %} +
{% endif %}« Previous{% if page.has_previous %}{% endif %} | - {% if page.has_next %}{% endif %}Next »{% if page.has_next %}{% endif %} + {% if page.has_next %}{% endif %}Next »{% if page.has_next %}{% endif %}
{% endif %} {% else %}