diff options
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/options.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/options.html b/src/templates/options.html index ca079e7..b607dca 100644 --- a/src/templates/options.html +++ b/src/templates/options.html @@ -1,5 +1,5 @@ <h1>POI map</h1> -<form> +<form id="QueryForm"> <label for="Category" class="form-label"><h3>Category</h3></label> <input class="form-control" list="CategoriesDataList" id="Category" name="Category" placeholder="Type to search..." aria-describedby="CategoriesHelp" value=""> {# Value set to empty string is important for JS function #} |
