Merge pull request #1221 from cincodenada/shelved-date
Add shelved date, populate from Goodreads import
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