Adds standalone modal views for reading steps

This commit is contained in:
Mouse Reeve
2021-06-08 11:55:18 -07:00
parent b5d0a9e0b4
commit 3356c652ee
4 changed files with 45 additions and 1 deletions

View File

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