forked from MarseyWorld/MarseyWorld
fix
parent
3171f036a4
commit
983fbd4e8a
|
@ -31,10 +31,8 @@
|
|||
{% include "submission_listing.html" %}
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
{% if listing %}
|
||||
<nav aria-label="Page navigation">
|
||||
{% if listing %}
|
||||
<nav aria-label="Page navigation">
|
||||
<ul class="pagination pagination-sm mb-0">
|
||||
{% if page>1 %}
|
||||
<li class="page-item">
|
||||
|
@ -51,8 +49,10 @@
|
|||
<li class="page-item disabled"><span class="page-link">Next</span></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</nav>
|
||||
{% endif %}
|
||||
</nav>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
<!-- Sidebar -->
|
||||
|
|
Loading…
Reference in New Issue