Fixes edit readthrough toggle display
This commit is contained in:
parent
3600f6ca3c
commit
c4f7f34ad4
2 changed files with 3 additions and 3 deletions
|
@ -180,7 +180,7 @@
|
|||
<p>{% trans "You don't have any reading activity for this book." %}</p>
|
||||
{% endif %}
|
||||
{% for readthrough in readthroughs %}
|
||||
{% include 'snippets/readthrough.html' with readthrough=readthrough %}
|
||||
{% include 'book/readthrough.html' with readthrough=readthrough %}
|
||||
{% endfor %}
|
||||
</section>
|
||||
<hr aria-hidden="true">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue