reordered add button to be consistent with author and publisher, then allowed author to be a drop-down with a + or - button as appropriate
This commit is contained in:
@@ -68,3 +68,6 @@ def author(id):
|
||||
author_form = AuthorForm(request.values, obj=author)
|
||||
message=""
|
||||
return render_template("author.html", author=author, alert=alert, message=message, author_form=author_form)
|
||||
|
||||
def GetAuthors():
|
||||
return Author.query.order_by('surname','firstnames').all()
|
||||
|
||||
Reference in New Issue
Block a user