From 65bcffc129583191ef915c802ec3492e50e1fc66 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sat, 23 Nov 2024 10:49:54 +0100 Subject: [PATCH] Fix layout of identifiers on book edit page if starting with no identifiers --- cps/templates/book_edit.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cps/templates/book_edit.html b/cps/templates/book_edit.html index 1e4a1bc4..71d62ca4 100644 --- a/cps/templates/book_edit.html +++ b/cps/templates/book_edit.html @@ -86,7 +86,7 @@
- +
{% for identifier in book.identifiers %} @@ -94,6 +94,7 @@ {% endfor %} +
{{_('Remove')}}
{{_('Add Identifier')}}