From 7b32a122e45b92785a4bf4739559128b1ad4fc62 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 29 Sep 2020 11:54:53 -0700 Subject: [PATCH] Switches column attrs --- bookwyrm/templates/book.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/book.html b/bookwyrm/templates/book.html index 5ea05e427..caa4167d4 100644 --- a/bookwyrm/templates/book.html +++ b/bookwyrm/templates/book.html @@ -20,7 +20,7 @@
-
+
{% include 'snippets/book_cover.html' with book=book size=large %} {% include 'snippets/rate_action.html' with user=request.user book=book %} {% include 'snippets/shelve_button.html' %} @@ -43,7 +43,7 @@
-
+

{% include 'snippets/stars.html' with rating=rating %}