mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
hide pagination totals on empty response
This commit is contained in:
parent
3f536fd316
commit
6a9a312b00
2 changed files with 9 additions and 7 deletions
|
|
@ -29,5 +29,5 @@
|
|||
{% endif %}
|
||||
{% if next %}<a href="{{ next }}">Next</a>{% endif %}
|
||||
{% if back %}<a href="{{ back }}">Back</a>{% endif %}
|
||||
<span>{{ pagination_totals }}</span>
|
||||
{% if pagination_totals %}<span>{{ pagination_totals }}</span>{% endif %}
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue