tab through user shelves
This commit is contained in:
parent
f35ed0e555
commit
eece662ec1
4 changed files with 36 additions and 21 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue