Move reading modal templates to their own dir

This commit is contained in:
Mouse Reeve
2021-08-16 11:30:11 -07:00
parent c1afd3f852
commit 257c9854c2
13 changed files with 111 additions and 130 deletions

View File

@ -9,6 +9,6 @@ Start "{{ book_title }}"
{% block content %}
{% include "snippets/shelve_button/start_reading_modal.html" with book=book active=True %}
{% include "snippets/reading_modals/start_reading_modal.html" with book=book active=True %}
{% endblock %}