convert between ibsn 10 and 13

This commit is contained in:
Mouse Reeve
2020-10-29 12:32:37 -07:00
parent 90cccc455e
commit 7febcec229
7 changed files with 97 additions and 24 deletions

View File

@ -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 %}