diff --git a/bookwyrm/templates/snippets/components/card.html b/bookwyrm/templates/components/card.html similarity index 100% rename from bookwyrm/templates/snippets/components/card.html rename to bookwyrm/templates/components/card.html diff --git a/bookwyrm/templates/snippets/components/dropdown.html b/bookwyrm/templates/components/dropdown.html similarity index 100% rename from bookwyrm/templates/snippets/components/dropdown.html rename to bookwyrm/templates/components/dropdown.html diff --git a/bookwyrm/templates/snippets/components/modal.html b/bookwyrm/templates/components/modal.html similarity index 100% rename from bookwyrm/templates/snippets/components/modal.html rename to bookwyrm/templates/components/modal.html diff --git a/bookwyrm/templates/snippets/delete_readthrough_modal.html b/bookwyrm/templates/snippets/delete_readthrough_modal.html index c04a1d90e..19c4b4f01 100644 --- a/bookwyrm/templates/snippets/delete_readthrough_modal.html +++ b/bookwyrm/templates/snippets/delete_readthrough_modal.html @@ -1,4 +1,4 @@ -{% extends 'snippets/components/modal.html' %} +{% extends 'components/modal.html' %} {% block modal-title %}Delete these read dates?{% endblock %} {% block modal-body %} {% if readthrough.progress_updates|length > 0 %} diff --git a/bookwyrm/templates/snippets/finish_reading_modal.html b/bookwyrm/templates/snippets/finish_reading_modal.html index 10af11629..c3407631e 100644 --- a/bookwyrm/templates/snippets/finish_reading_modal.html +++ b/bookwyrm/templates/snippets/finish_reading_modal.html @@ -1,4 +1,4 @@ -{% extends 'snippets/components/modal.html' %} +{% extends 'components/modal.html' %} {% block modal-title %} Finish "{{ book.title }}" diff --git a/bookwyrm/templates/snippets/goal_card.html b/bookwyrm/templates/snippets/goal_card.html index b453d6e4e..e26cd5a31 100644 --- a/bookwyrm/templates/snippets/goal_card.html +++ b/bookwyrm/templates/snippets/goal_card.html @@ -1,4 +1,4 @@ -{% extends 'snippets/components/card.html' %} +{% extends 'components/card.html' %} {% block card-header %}