1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-04 17:23:18 +00:00

add search_form.html

This commit is contained in:
Cervinko Cera
2016-05-02 23:25:21 +02:00
parent 431b6009a5
commit 7fce28790d
2 changed files with 50 additions and 1 deletions

View File

@@ -446,7 +446,6 @@ def search():
@login_required_if_no_ano
def advanced_search():
if request.method == 'GET':
print "GETTTTTTTTTTTT"
q = db.session.query(db.Books)
tag_inputs = request.args.getlist('tag')
author_name = request.args.get("author_name")