mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-22 12:34:17 +00:00
templates/paginator.html: add total count
This commit is contained in:
parent
dd440bcb51
commit
7a1c338662
@ -24,4 +24,5 @@
|
|||||||
{% if has_next %}
|
{% if has_next %}
|
||||||
<span class="page"><a href="?page={{ next }}">Next ></a></span>
|
<span class="page"><a href="?page={{ next }}">Next ></a></span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{{ paginator.count }} total
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user