convert between ibsn 10 and 13
This commit is contained in:
parent
90cccc455e
commit
7febcec229
7 changed files with 97 additions and 24 deletions
|
@ -55,6 +55,14 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% for readthrough in readthroughs %}
|
||||
<div class="block">
|
||||
{{ readthrough.start_date }}
|
||||
{{ readthrough.finish_date }}
|
||||
{{ readthrough.pages_read }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
{% if request.user.is_authenticated %}
|
||||
<div class="block">
|
||||
{% include 'snippets/create_status.html' with book=book hide_cover=True %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue