From aecb2d38d6c1dbea297b4000d29426781e80bda1 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 5 Dec 2022 17:44:08 -0800 Subject: [PATCH] Visually separate authors when creating book --- bookwyrm/templates/book/edit/edit_book.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bookwyrm/templates/book/edit/edit_book.html b/bookwyrm/templates/book/edit/edit_book.html index 70ec827eb..636a3e5f6 100644 --- a/bookwyrm/templates/book/edit/edit_book.html +++ b/bookwyrm/templates/book/edit/edit_book.html @@ -65,17 +65,17 @@
{% for author in author_matches %} -
+
{% blocktrans with name=author.name %}Is "{{ name }}" one of these authors?{% endblocktrans %} {% with forloop.counter0 as counter %} {% for match in author.matches %} -
+ {% endfor %}
{% else %}