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

@ -10,6 +10,6 @@ Add read dates for "<em>{{ title }}</em>"
{% block content %}
{% include "readthrough/add_readthrough_modal.html" with book=book active=True static=True %}
{% include "readthrough/readthrough_modal.html" with book=book active=True static=True %}
{% endblock %}