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