forked from mirrors/bookwyrm
Merge pull request #1298 from bookwyrm-social/comment-header-link
Fixes link in status header for comments
This commit is contained in:
commit
0f0dde6c6d
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
{% load i18n %}{% load utilities %}
|
||||
{% blocktrans with book_path=book.local_path book=status.book|book_title %}commented on <a href="{{ book_path }}">{{ book }}</a>{% endblocktrans %}
|
||||
{% blocktrans with book_path=status.book.local_path book=status.book|book_title %}commented on <a href="{{ book_path }}">{{ book }}</a>{% endblocktrans %}
|
||||
|
|
Loading…
Reference in a new issue