From 1e5a8dc3db38dfaecfa9faca1bfc793428bf80c2 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 29 Sep 2021 13:21:11 -0700 Subject: [PATCH] Create subdirectories for book view templates --- bookwyrm/templates/book/{ => edit}/edit_book.html | 0 bookwyrm/templates/book/{ => edit}/edit_book_form.html | 0 bookwyrm/templates/book/{ => editions}/edition_filters.html | 0 bookwyrm/templates/book/{ => editions}/editions.html | 0 bookwyrm/templates/book/{ => editions}/format_filter.html | 0 bookwyrm/templates/book/{ => editions}/language_filter.html | 0 bookwyrm/templates/book/{ => editions}/search_filter.html | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename bookwyrm/templates/book/{ => edit}/edit_book.html (100%) rename bookwyrm/templates/book/{ => edit}/edit_book_form.html (100%) rename bookwyrm/templates/book/{ => editions}/edition_filters.html (100%) rename bookwyrm/templates/book/{ => editions}/editions.html (100%) rename bookwyrm/templates/book/{ => editions}/format_filter.html (100%) rename bookwyrm/templates/book/{ => editions}/language_filter.html (100%) rename bookwyrm/templates/book/{ => editions}/search_filter.html (100%) diff --git a/bookwyrm/templates/book/edit_book.html b/bookwyrm/templates/book/edit/edit_book.html similarity index 100% rename from bookwyrm/templates/book/edit_book.html rename to bookwyrm/templates/book/edit/edit_book.html diff --git a/bookwyrm/templates/book/edit_book_form.html b/bookwyrm/templates/book/edit/edit_book_form.html similarity index 100% rename from bookwyrm/templates/book/edit_book_form.html rename to bookwyrm/templates/book/edit/edit_book_form.html diff --git a/bookwyrm/templates/book/edition_filters.html b/bookwyrm/templates/book/editions/edition_filters.html similarity index 100% rename from bookwyrm/templates/book/edition_filters.html rename to bookwyrm/templates/book/editions/edition_filters.html diff --git a/bookwyrm/templates/book/editions.html b/bookwyrm/templates/book/editions/editions.html similarity index 100% rename from bookwyrm/templates/book/editions.html rename to bookwyrm/templates/book/editions/editions.html diff --git a/bookwyrm/templates/book/format_filter.html b/bookwyrm/templates/book/editions/format_filter.html similarity index 100% rename from bookwyrm/templates/book/format_filter.html rename to bookwyrm/templates/book/editions/format_filter.html diff --git a/bookwyrm/templates/book/language_filter.html b/bookwyrm/templates/book/editions/language_filter.html similarity index 100% rename from bookwyrm/templates/book/language_filter.html rename to bookwyrm/templates/book/editions/language_filter.html diff --git a/bookwyrm/templates/book/search_filter.html b/bookwyrm/templates/book/editions/search_filter.html similarity index 100% rename from bookwyrm/templates/book/search_filter.html rename to bookwyrm/templates/book/editions/search_filter.html