1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-08 01:08:07 +00:00

Bugfix for typeahead in search function and on edit books page

This commit is contained in:
OzzieIsaacs
2017-07-11 18:08:12 +02:00
parent a8aa1e7623
commit 5985342b79
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block body %}
<div class="col-sm-8">
<form role="form" action="{{ url_for('advanced_search') }}" method="GET">
<form role="form" id="search" action="{{ url_for('advanced_search') }}" method="GET">
<div class="form-group">
<label for="book_title">{{_('Book Title')}}</label>
<input type="text" class="form-control" name="book_title" id="book_title" value="">