From 17b710d54f8f6384440ee33de45794bf6c359449 Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 25 Oct 2011 20:00:27 +0100 Subject: [PATCH] conditionals for prev next --- itf/templates/search/search.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itf/templates/search/search.html b/itf/templates/search/search.html index 448bfc5..d8c6f2c 100755 --- a/itf/templates/search/search.html +++ b/itf/templates/search/search.html @@ -40,9 +40,9 @@ {% if page.has_previous or page.has_next %}
{% endif %}« Previous{% if page.has_previous %}{% endif %} + {% if page.has_previous %}Previous{% endif %} | - {% if page.has_next %}{% endif %}Next »{% if page.has_next %}{% endif %} + {% if page.has_next %}Next{% endif %}
{% endif %} {% else %}