Move readthrough delete modal into books dir

This commit is contained in:
Mouse Reeve 2021-12-30 17:49:41 -08:00
parent 7af4af278d
commit 65c719d2d4
2 changed files with 1 additions and 1 deletions

View file

@ -86,4 +86,4 @@
</form>
</div>
{% join "delete_readthrough" readthrough.id as modal_id %}
{% include 'snippets/delete_readthrough_modal.html' with id=modal_id %}
{% include 'book/delete_readthrough_modal.html' with id=modal_id %}