From a80e020344e48a4327f380339ef04df178902056 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 6 Dec 2022 12:26:52 -0800 Subject: [PATCH] Add direction to book page fields --- bookwyrm/templates/book/book.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index c5736776d..dd5201268 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -25,7 +25,7 @@
-

+

{{ book.title }}

@@ -37,7 +37,7 @@ content="{{ book.subtitle | escape }}" > - + {{ book.subtitle }} {% endif %} @@ -52,7 +52,7 @@ {% endif %} {% if book.authors.exists %} -
+
{% trans "by" %} {% include 'snippets/authors.html' with book=book %}
{% endif %}