From afb132820be58c67e45364adecbe4b9605ef8a4e Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 22 Nov 2020 12:07:48 +1100 Subject: [PATCH] actually, no need for a publisher + button, so removed it, made the add button for authors be at the right, is more logical / neater --- templates/book.html | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/templates/book.html b/templates/book.html index 1ef7bc7..c92d088 100644 --- a/templates/book.html +++ b/templates/book.html @@ -27,11 +27,6 @@ {% elif key == "publisher" %}
-
- -
- {% else %} + {% if cnt.idx > 0 %} +
- {% endif %} -
+
+ {% endif %}
{% set cnt.idx = cnt.idx+1 %} {% endfor %} +
+ +
{% else %}