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:
@ -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" %}">
|
||||
|
Reference in New Issue
Block a user