diff --git a/BUGs b/BUGs index 1acd464..e133fdb 100644 --- a/BUGs +++ b/BUGs @@ -1,10 +1,7 @@ ### fix to get this working with bs 5... editing a book needs to use input groups - + buttons (add/rem say authors) is in wrong spot - - buttons at bottom are broken still -edit series needs input groups -sub-books table looks off (notes/etc. not stretching full width) -even navbar is not inset from left-margin (see pa-dev) + +/- buttons (add/rem say authors) are in wrong spot / input-group + * buttons at bottom are broken still get rid of font-awesome and use bootstrap5 icons sort through dataTables calls in books_for_series.html (ever called without base?) -- Maybe as part of an ajax call? diff --git a/templates/book.html b/templates/book.html index c87dbe0..f060268 100644 --- a/templates/book.html +++ b/templates/book.html @@ -198,9 +198,9 @@ function AddAuthorToBook(num) { {% set keys = [ 'title', 'author', 'publisher', 'genre', 'owned', 'covertype', 'condition', 'year_published', 'rating', 'notes', 'blurb' ] %}