addressing some review

This commit is contained in:
Pablo Barton
2021-04-17 21:31:38 -04:00
parent 8174501b10
commit 9031184176
4 changed files with 69 additions and 58 deletions

View File

@ -13,7 +13,6 @@
<div class="columns mt-3">
<section class="column is-three-quarters">
{% include "snippets/booklist-pagination.html" with page=items %}
{% if not items.object_list.exists %}
<p>{% trans "This list is currently empty" %}</p>
{% else %}
@ -58,6 +57,7 @@
{% endfor %}
</ol>
{% endif %}
{% include "snippets/booklist-pagination.html" with page=items %}
</section>
<section class="column is-one-quarter content">