Browse Source

templates/paginator.html: add total count

pull/1/head
Hidden Z 14 years ago
parent
commit
7a1c338662
  1. 1
      pyi2phosts/templates/paginator.html

1
pyi2phosts/templates/paginator.html

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

Loading…
Cancel
Save