From 6aa7522c343b55457a1ed196561d1b251e848225 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 6 Nov 2020 11:54:31 -0800 Subject: [PATCH] Put status form in a visual distinct box on book page and clean up create status markup --- bookwyrm/templates/book.html | 2 +- .../templates/snippets/create_status.html | 206 +++++++++--------- 2 files changed, 102 insertions(+), 106 deletions(-) diff --git a/bookwyrm/templates/book.html b/bookwyrm/templates/book.html index d271f9c11..063116c1f 100644 --- a/bookwyrm/templates/book.html +++ b/bookwyrm/templates/book.html @@ -112,7 +112,7 @@ {% endfor %} {% if request.user.is_authenticated %} -
+
{% include 'snippets/create_status.html' with book=book hide_cover=True %}
diff --git a/bookwyrm/templates/snippets/create_status.html b/bookwyrm/templates/snippets/create_status.html index 9055e2d4d..62285c6b2 100644 --- a/bookwyrm/templates/snippets/create_status.html +++ b/bookwyrm/templates/snippets/create_status.html @@ -1,109 +1,105 @@ {% load humanize %} {% load fr_display %} -
-
-
- -
- -
- - -
- -
- - -
- -
- - -
-
+
+ +
+ +
+ + +
+ +
+ + +
+ +
+ +