Fixes book link in table

This commit is contained in:
Mouse Reeve 2022-01-12 11:34:44 -08:00
parent 4cf3f378ef
commit c08b9e61c4

View file

@ -26,7 +26,7 @@
<td>
{% if link.filelink.book %}
{% with book=link.filelink.book %}
<a href="{{ book.local_path }}">{% include "snippets/book_titleby.html" with book=book %}</a>
{% include "snippets/book_titleby.html" with book=book %}
{% endwith %}
{% endif %}
</td>