mirror of
https://github.com/tchartron/blow
synced 2024-11-23 21:03:16 +00:00
update
This commit is contained in:
parent
0cd7ec0f67
commit
f4ffe83aa7
1 changed files with 24 additions and 22 deletions
|
@ -186,6 +186,7 @@
|
||||||
<!----------------------------------------------------------->
|
<!----------------------------------------------------------->
|
||||||
{% block pagination %}
|
{% block pagination %}
|
||||||
{% if paginator.previous or paginator.next %}
|
{% if paginator.previous or paginator.next %}
|
||||||
|
<div class="max-w-7xl px-2 sm:px-6 lg:px-8 flex justify-between">
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<a class="border border-black rounded-lg" href='{{ paginator.previous }}' {% if not paginator.previous %}disabled{% endif %}>
|
<a class="border border-black rounded-lg" href='{{ paginator.previous }}' {% if not paginator.previous %}disabled{% endif %}>
|
||||||
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
@ -209,6 +210,7 @@
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock%}
|
{% endblock%}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue