forked from mirrors/bookwyrm
Move readthrough delete modal into books dir
This commit is contained in:
parent
7af4af278d
commit
65c719d2d4
2 changed files with 1 additions and 1 deletions
|
@ -86,4 +86,4 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
{% join "delete_readthrough" readthrough.id as modal_id %}
|
{% 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 %}
|
||||||
|
|
Loading…
Reference in a new issue