1
0
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:
Hidden Z 2010-11-07 09:22:09 +00:00
parent dd440bcb51
commit 7a1c338662

View File

@ -24,4 +24,5 @@
{% if has_next %} {% if has_next %}
<span class="page"><a href="?page={{ next }}">Next &gt;</a></span> <span class="page"><a href="?page={{ next }}">Next &gt;</a></span>
{% endif %} {% endif %}
{{ paginator.count }} total
</div> </div>