mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 17:33:08 +01:00
missing a couple "
This commit is contained in:
parent
041f707dba
commit
7dcbe69090
@ -41,7 +41,7 @@
|
||||
<ul class="pagination">
|
||||
<!-- if we aren't on page one, go back to start and go back one controls -->
|
||||
{% if ticket_list.has_previous %}
|
||||
<li><a href=?{{ page_var }}=1">««</a></li>
|
||||
<li><a href="?{{ page_var }}=1">««</a></li>
|
||||
<li><a href="?{{ page_var }}={{ ticket_list.previous_page_number }}">«</a></li>
|
||||
{% else %}
|
||||
<li class="disabled"><span>««</span></li>
|
||||
@ -60,7 +60,7 @@
|
||||
<!-- if we aren't on the last page, go forward one and go to end controls -->
|
||||
{% if ticket_list.has_next %}
|
||||
<li><a href="?{{ page_var }}={{ ticket_list.next_page_number }}">»</a></li>
|
||||
<li><a href=?{{ page_var }}={{ ticket_list.paginator.num_pages }}">»»</a></li>
|
||||
<li><a href="?{{ page_var }}={{ ticket_list.paginator.num_pages }}">»»</a></li>
|
||||
{% else %}
|
||||
<li class="disabled"><span>»</span></li>
|
||||
<li class="disabled"><span>»»</span></li>
|
||||
|
Loading…
Reference in New Issue
Block a user