From 17635b47db1a92026a32c602a61123dee351889f Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Fri, 11 Jun 2021 09:41:55 +0200 Subject: [PATCH] Fix case where there is no subtitle. Consequentially change back author to being a subtitle. --- bookwyrm/templates/book/book.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index 992a5b885..a4803fee3 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -13,7 +13,7 @@ {% if book.subtitle or book.series %} -

+

{% if book.subtitle %} +

{% trans "by" %} {% include 'snippets/authors.html' with book=book %}
{% endif %}