Indicate reading status changes with comments

This commit is contained in:
Mouse Reeve
2021-08-16 13:39:56 -07:00
parent 48c6a3923a
commit 5fcea99029
4 changed files with 14 additions and 9 deletions

View File

@ -1,9 +1,8 @@
{% spaceless %}
{% load i18n %}
{% load utilities %}
{% load status_display %}
{% with book=status.mention_books.first %}
{% load_book status as book %}
{% blocktrans with book_path=book.remote_id book=book|book_title %}started reading <a href="{{ book_path }}">{{ book }}</a>{% endblocktrans %}
{% endwith %}
{% endspaceless %}