From 8d5192c8166bf3b7f3e49afa123eb9a0dcd6f6a5 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 6 Dec 2022 12:26:35 -0800 Subject: [PATCH] Don't show HR under last author item in confirm view --- bookwyrm/templates/book/edit/edit_book.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bookwyrm/templates/book/edit/edit_book.html b/bookwyrm/templates/book/edit/edit_book.html index 636a3e5f6..f1b60d6c2 100644 --- a/bookwyrm/templates/book/edit/edit_book.html +++ b/bookwyrm/templates/book/edit/edit_book.html @@ -98,7 +98,9 @@ {% endwith %} + {% if not forloop.last %} + {% endif %} {% endfor %} {% else %}