Skip to content
Snippets Groups Projects
Commit 1d045b60 authored by Felipe Bombardelli's avatar Felipe Bombardelli
Browse files

Add the id=main_search into <input type='text'> for the autocomplete

parent 8850e2f0
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,10 @@
<div class="search-input">
<form action="/search" method="get">
<div class="input-group" id="search">
<input type="text" placeholder="buscar" class="form-control" name="query">
<input type="text" placeholder="buscar" class="form-control" name="query" id="main_search">
<div class="input-group-btn">
<button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment