forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-21 22:10:03 -06:00
parent 85aaba9c3a
commit ae801e0e18
1 changed files with 2 additions and 3 deletions

View File

@ -72,7 +72,7 @@
{% endblock %}
{% block pagenav %}
<nav aria-label="Page navigation">
<div class="col-span-full">
<ul class="flex flex-wrap items-center mb-4">
<li class="{% if page==1 %} disabled{% endif %}">
<small>
@ -87,6 +87,5 @@
</small>
</li>
</ul>
</nav>
</div>
{% endblock %}