tab through user shelves

This commit is contained in:
Mouse Reeve
2020-10-30 14:01:43 -07:00
parent f35ed0e555
commit eece662ec1
4 changed files with 36 additions and 21 deletions

View File

@ -1,6 +1,6 @@
{% load humanize %}
{% load fr_display %}
{% if shelf.books %}
{% if shelf.books.all|length > 0 %}
<table class="table is-striped is-fullwidth">
<tr class="book-preview">