remotes/1693045480750635534/spooky-22
Aevann1 2021-09-24 02:14:22 +02:00
parent 61cc83a757
commit 513b8e27e7
2 changed files with 2 additions and 46 deletions

View File

@ -10,27 +10,4 @@
{% block listinglength %}
{{comments | length}}
{% endblock %}
{% block pagenav %}
{% if comments %}
<nav aria-label="Page navigation">
<ul class="pagination pagination-sm mb-0">
<li class="page-item{% if page==1 %} disabled{% endif %}">
<small><a class="page-link" href="?q={{query | urlencode}}&sort={{sort}}&page={{page-1}}" tabindex="-1"{% if page==1 %} aria-disabled="true"{% endif %}>Back</a></small>
</li>
<li class="page-item{% if not next_exists %} disabled{% endif %}">
<small><a class="page-link" href="?q={{query | urlencode}}&sort={{sort}}&page={{page+1}}">Next</a></small>
</li>
</ul>
</nav>
{% endif %}
<pre>
</pre>
{% endblock %}
{% endblock %}

View File

@ -6,25 +6,4 @@
</div>
{% endblock %}
{% block listinglength %}{{users | length}}{% endblock %}
{% block pagenav %}
<nav aria-label="Page navigation">
<ul class="pagination pagination-sm mb-0">
<li class="page-item{% if page==1 %} disabled{% endif %}">
<small><a class="page-link" href="?q={{query | urlencode}}&sort={{sort}}&page={{page-1}}" tabindex="-1"{% if page==1 %} aria-disabled="true"{% endif %}>Back</a></small>
</li>
<li class="page-item{% if not next_exists %} disabled{% endif %}">
<small><a class="page-link" href="?q={{query | urlencode}}&sort={{sort}}&page={{page+1}}">Next</a></small>
</li>
</ul>
</nav>
<pre>
</pre>
{% endblock %}
{% block listinglength %}{{users | length}}{% endblock %}