Format descriptions

This commit is contained in:
Mouse Reeve
2020-01-29 15:32:43 -08:00
parent 093f2d4fdd
commit fa0f37fb0f
4 changed files with 24 additions and 16 deletions

View File

@ -60,7 +60,7 @@
<div id="content">
{% for shelf in shelves %}
<div>
<h2>{{ shelf.shelf.name }}</h2>
<h2>{{ shelf.name }}</h2>
{% if shelf.books %}
<table>
<tr class="book-preview">