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
commit 0f0dde6c6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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