|
@ -92,7 +92,7 @@ |
|
|
<input type="hidden" name="type" value="{{ post_type }}"> |
|
|
<input type="hidden" name="type" value="{{ post_type }}"> |
|
|
|
|
|
|
|
|
<div class="input-group"> |
|
|
<div class="input-group"> |
|
|
<input type="text" class="form-input input-sm" name="q" id="q" placeholder="Search your {{ post_type }}s" value="{{ search }}"> |
|
|
|
|
|
|
|
|
<input type="search" class="form-input input-sm" name="q" id="q" placeholder="Search your {{ post_type }}s" value="{{ search }}"> |
|
|
<button class="btn btn-sm btn-link">Search</button> |
|
|
<button class="btn btn-sm btn-link">Search</button> |
|
|
</div> |
|
|
</div> |
|
|
</form> |
|
|
</form> |
|
|