summaryrefslogtreecommitdiffstats
path: root/templates/paginator.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-03 00:42:09 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-03 00:42:09 -0400
commitaeb332aa8d42782a13e05bda646cba30f1227f1e (patch)
tree336330fbeee11ffb8fcb866f4dbaa855ea873f96 /templates/paginator.html
parent01122a277c66d9766c6e519b248790687734169d (diff)
parentf202c999814eb0c817477529f092a22654e91792 (diff)
downloadaskbot-aeb332aa8d42782a13e05bda646cba30f1227f1e.tar.gz
askbot-aeb332aa8d42782a13e05bda646cba30f1227f1e.tar.bz2
askbot-aeb332aa8d42782a13e05bda646cba30f1227f1e.zip
Merged Mikes changes again and phoenix24 fix of python2.5 problem
Diffstat (limited to 'templates/paginator.html')
-rw-r--r--templates/paginator.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/paginator.html b/templates/paginator.html
index c5e51a81..2fba5425 100644
--- a/templates/paginator.html
+++ b/templates/paginator.html
@@ -5,7 +5,6 @@
<div class="paginator">
{% if has_previous %}<span class="prev"><a href="{{base_url}}page={{ previous }}{{ extend_url }}" title="{% trans "previous" %}">
&laquo; {% trans "previous" %}</a></span>{% endif %}
-
{% if not in_leading_range %}
{% for num in pages_outside_trailing_range %}
<span class="page"><a href="{{base_url}}page={{ num }}{{ extend_url }}" >{{ num }}</a></span>