Cleans up sidebar html

This commit is contained in:
Mouse Reeve 2021-12-15 13:23:25 -08:00
parent 5ed5d5d222
commit d911e2c6db

View file

@ -320,7 +320,7 @@
<h2 class="title is-5">{% trans "Lists" %}</h2>
<ul>
{% for list in lists %}
<li><a href="{{ list.local_path }}">{{ list.name }}</a></li>
<li><a href="{{ list.local_path }}">{{ list.name }}</a></li>
{% endfor %}
</ul>
@ -346,7 +346,7 @@
</section>
{% endif %}
<section class="content-block">
<section class="content block">
<h2 class="title is-5">{% trans "Get a copy" %}</h2>
{% if book.file_links %}
<ul>