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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user