mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-06-05 07:18:48 +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>
|
<td>
|
||||||
{% if link.filelink.book %}
|
{% if link.filelink.book %}
|
||||||
{% with book=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 %}
|
{% endwith %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in a new issue