Use shelved date for display

I'm not sure if there's a better way to access this field, accessing via
book.shelfbook__shelved_date in the template didn't seem to work
This commit is contained in:
Joel Bradshaw
2021-07-13 21:25:17 -07:00
parent a16d759766
commit eadf5cf410
2 changed files with 4 additions and 3 deletions

View File

@ -103,7 +103,7 @@
{% include 'snippets/authors.html' %}
</td>
<td data-title="{% trans "Shelved" %}">
{{ book.created_date|naturalday }}
{{ book.shelved_date|naturalday }}
</td>
{% latest_read_through book user as read_through %}
<td data-title="{% trans "Started" %}">