forked from extern/django-helpdesk
no message
This commit is contained in:
parent
9461705591
commit
1ea2a9cba9
@ -52,7 +52,7 @@
|
|||||||
{% for i in ticket_list.paginator.page_range %}
|
{% for i in ticket_list.paginator.page_range %}
|
||||||
{% if ticket_list.number == i %}
|
{% if ticket_list.number == i %}
|
||||||
<li class="active"><span>{{ i }} <span class="sr-only">(current)</span></span></li>
|
<li class="active"><span>{{ i }} <span class="sr-only">(current)</span></span></li>
|
||||||
{% else if i <= ticket_list.number|add:5 and i >= ticket_list.number|-5 %}
|
{% elif i <= ticket_list.number|add:5 and i >= ticket_list.number|-5 %}
|
||||||
<li><a href="?{{ page_var }}={{ i }}">{{ i }}</a></li>
|
<li><a href="?{{ page_var }}={{ i }}">{{ i }}</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user