Use new modal for edits

This commit is contained in:
Mouse Reeve
2022-01-11 10:27:10 -08:00
parent cdaf0fe8e3
commit 7ccb02f635
4 changed files with 12 additions and 17 deletions

View File

@ -245,7 +245,7 @@
</button>
</div>
</header>
{% include "readthrough/add_readthrough_modal.html" with id="add-readthrough" %}
{% include "readthrough/readthrough_modal.html" with id="add-readthrough" %}
{% if not readthroughs.exists %}
<p>{% trans "You don't have any reading activity for this book." %}</p>