Add a count of elements to pagination elements (#219)

Also, add a second, upper pagination element to orders and attendees
list sites as those tend to get long.
This commit is contained in:
Tobias Kunze
2016-08-29 19:19:57 +02:00
committed by Raphael Michel
parent 579d71e95b
commit 3458d64850
4 changed files with 19 additions and 9 deletions

View File

@@ -33,6 +33,6 @@
{% endfor %}
</tbody>
</table>
{% include "pretixcontrol/pagination.html" %}
{% endif %}
{% include "pretixcontrol/pagination.html" %}
{% endblock %}