mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-02 12:22:22 +00:00
Fixes book link in table
This commit is contained in:
parent
4cf3f378ef
commit
c08b9e61c4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue