This is in particular needed when there is already something there --
the placeholder is only shown on an empty form.
<input type="hidden" name="m" value="1">
<div class="row">
<div class="col-lg-6">
+ <label for="search-term">Search term:</label>
<div class="input-group">
- <input type="text" name="q" value="{{query}}" class="form-control" placeholder="Search for...">
+ <input type="text" id="search-term" name="q" value="{{query}}" class="form-control" placeholder="Search for...">
<span class="input-group-btn">
<button class="btn btn-default" type="submit">
<i class="fas fa-search"></i>