Fixes link in status header for comments

This commit is contained in:
Mouse Reeve 2021-08-16 11:08:13 -07:00
parent c1afd3f852
commit 7e1b606e1f

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