From 9a4b71d5858ac70bc3a3647848e2ea8870f45d3a Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 28 Sep 2021 16:00:45 -0700 Subject: [PATCH] Shuffles around user profile, shelf, and goal templates --- bookwyrm/templates/{user => }/shelf/create_shelf_form.html | 0 bookwyrm/templates/{user => }/shelf/edit_shelf_form.html | 0 bookwyrm/templates/{user => }/shelf/shelf.html | 0 bookwyrm/templates/user/{shelf => }/books_header.html | 0 bookwyrm/templates/{ => user}/goal.html | 0 bookwyrm/templates/user/user.html | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename bookwyrm/templates/{user => }/shelf/create_shelf_form.html (100%) rename bookwyrm/templates/{user => }/shelf/edit_shelf_form.html (100%) rename bookwyrm/templates/{user => }/shelf/shelf.html (100%) rename bookwyrm/templates/user/{shelf => }/books_header.html (100%) rename bookwyrm/templates/{ => user}/goal.html (100%) diff --git a/bookwyrm/templates/user/shelf/create_shelf_form.html b/bookwyrm/templates/shelf/create_shelf_form.html similarity index 100% rename from bookwyrm/templates/user/shelf/create_shelf_form.html rename to bookwyrm/templates/shelf/create_shelf_form.html diff --git a/bookwyrm/templates/user/shelf/edit_shelf_form.html b/bookwyrm/templates/shelf/edit_shelf_form.html similarity index 100% rename from bookwyrm/templates/user/shelf/edit_shelf_form.html rename to bookwyrm/templates/shelf/edit_shelf_form.html diff --git a/bookwyrm/templates/user/shelf/shelf.html b/bookwyrm/templates/shelf/shelf.html similarity index 100% rename from bookwyrm/templates/user/shelf/shelf.html rename to bookwyrm/templates/shelf/shelf.html diff --git a/bookwyrm/templates/user/shelf/books_header.html b/bookwyrm/templates/user/books_header.html similarity index 100% rename from bookwyrm/templates/user/shelf/books_header.html rename to bookwyrm/templates/user/books_header.html diff --git a/bookwyrm/templates/goal.html b/bookwyrm/templates/user/goal.html similarity index 100% rename from bookwyrm/templates/goal.html rename to bookwyrm/templates/user/goal.html diff --git a/bookwyrm/templates/user/user.html b/bookwyrm/templates/user/user.html index f360a30a..36e646aa 100755 --- a/bookwyrm/templates/user/user.html +++ b/bookwyrm/templates/user/user.html @@ -24,7 +24,7 @@ {% if user.bookwyrm_user %}

- {% include 'user/shelf/books_header.html' %} + {% include 'user/books_header.html' %}

{% for shelf in shelves %}