Group modals with shelve button

This commit is contained in:
Mouse Reeve
2021-01-30 16:01:36 -08:00
parent 6ff70d0d2c
commit 645e85050c
5 changed files with 6 additions and 6 deletions

View File

@ -6,5 +6,5 @@
{% endblock %}
{% block dropdown-list %}
{% include 'snippets/shelve_button_options.html' with active_shelf=active_shelf shelves=request.user.shelf_set.all dropdown=True class="shelf-option is-fullwidth is-small" %}
{% include 'snippets/shelve_button/shelve_button_options.html' with active_shelf=active_shelf shelves=request.user.shelf_set.all dropdown=True class="shelf-option is-fullwidth is-small" %}
{% endblock %}