Merge pull request #1298 from bookwyrm-social/comment-header-link

Fixes link in status header for comments
This commit is contained in:
Mouse Reeve
2021-08-17 10:43:08 -06:00
committed by GitHub

View File

@ -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 %}