Fixes edit readthrough toggle display

This commit is contained in:
Mouse Reeve
2021-06-14 16:04:58 -07:00
parent 3600f6ca3c
commit c4f7f34ad4
2 changed files with 3 additions and 3 deletions

View File

@ -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">