fnp
/
django-pagination.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of git://github.com/hgrimelid/django-pagination
[django-pagination.git]
/
linaro_django_pagination
/
templates
/
pagination
/
pagination.html
diff --git
a/linaro_django_pagination/templates/pagination/pagination.html
b/linaro_django_pagination/templates/pagination/pagination.html
index
fe566a8
..
037f6d3
100644
(file)
--- a/
linaro_django_pagination/templates/pagination/pagination.html
+++ b/
linaro_django_pagination/templates/pagination/pagination.html
@@
-11,14
+11,14
@@
{% ifequal page page_obj.number %}
<span class="current page">{{ page }}</span>
{% else %}
{% ifequal page page_obj.number %}
<span class="current page">{{ page }}</span>
{% else %}
- <a href="?page={{ page }}{{ getvars }}
{{ hashtag }}
" class="page">{{ page }}</a>
+ <a href="?page={{ page }}{{ getvars }}" class="page">{{ page }}</a>
{% endifequal %}
{% else %}
...
{% endif %}
{% endfor %}
{% if page_obj.has_next %}
{% endifequal %}
{% else %}
...
{% endif %}
{% endfor %}
{% if page_obj.has_next %}
- <a href="?page={{ page_obj.next_page_number }}{{ getvars }}
{{ hashtag }}
" class="next">{% trans "next" %} ››</a>
+ <a href="?page={{ page_obj.next_page_number }}{{ getvars }}" class="next">{% trans "next" %} ››</a>
{% else %}
<span class="disabled next">{% trans "next" %} ››</span>
{% endif %}
{% else %}
<span class="disabled next">{% trans "next" %} ››</span>
{% endif %}