books_for_series now deals with sub books (hiding ability to reorder them in series), and disables first book (parent or normal) and last book (normal or parent of last sub-book)

This commit is contained in:
2020-11-25 17:53:05 +11:00
parent 725c362663
commit 606c3615cf
3 changed files with 29 additions and 14 deletions

View File

@@ -4,6 +4,7 @@
<h3><center>View/Edit Book</center></h1>
{% set keys = [ 'title', 'author', 'publisher', 'genre', 'owned', 'covertype', 'condition', 'year_published', 'rating', 'notes', 'blurb' ] %}
{{books.owned}}
<div class="container"><div class="row"><form class="form col-lg-12">
{% for key in keys %}
<div class="form-row">