Fixes book link in table
This commit is contained in:
parent
4cf3f378ef
commit
c08b9e61c4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue