mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-18 03:55:19 +00:00
Fixes data display on shelf
This commit is contained in:
parent
6546c0d8be
commit
787aa4691d
1 changed files with 3 additions and 3 deletions
|
@ -36,13 +36,13 @@
|
||||||
<a href="/book/{{ book.openlibrary_key }}">{{ book.title }}</a>
|
<a href="/book/{{ book.openlibrary_key }}">{{ book.title }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ book.authors.first.data.name }}
|
{{ book.authors.first.name }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ book.first_publish_date }}
|
{% if book.first_published_date %}{{ book.first_published_date }}{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ book.added_date | naturalday }}
|
{{ book.created_date | naturalday }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://openlibrary.org{{ book.key }}" target="_blank">OpenLibrary</a>
|
<a href="https://openlibrary.org{{ book.key }}" target="_blank">OpenLibrary</a>
|
||||||
|
|
Loading…
Reference in a new issue