Cleans up status display

This commit is contained in:
Mouse Reeve
2020-09-28 21:08:42 -07:00
parent 3486219dce
commit 24c28876af
10 changed files with 63 additions and 65 deletions

View File

@ -5,7 +5,7 @@
<div class="no-cover book-cover {{ size }}">
<img class="book-cover {{ size }}" src="/static/images/no_cover.jpg" alt="No cover">
<div>
<p class="title">{{ book.title }}</p>
<p>{{ book.title }}</p>
<p>({{ book|edition_info }})</p>
</div>
</div>