forgot end with

This commit is contained in:
Tom Bernens 2020-06-01 17:50:42 -07:00
parent 5f910a72e0
commit 041f707dba

View File

@ -56,6 +56,7 @@
<li><a href="?{{ page_var }}={{ i }}">{{ i }}</a></li>
{% endif %}
{% endfor %}
{% endwith %}
<!-- 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 }}">&raquo;</a></li>