Browse Source

autoindex

devel
Dmitry Novikov 7 years ago
parent
commit
01feb78f70
  1. 2
      searchapp/templates/searchapp/index.html

2
searchapp/templates/searchapp/index.html

@ -32,7 +32,7 @@
<span class="glyphicon glyphicon-search"></span> {% trans 'Find' %} <span class="glyphicon glyphicon-search"></span> {% trans 'Find' %}
</button> </button>
</span> </span>
<input id="srfield" name="s" type="text" value="{{ s }}" class="form-control">
<input id="srfield" name="s" type="text" value="{{ s }}" class="form-control" autofocus>
</div> </div>
</div> </div>
</form> </form>

Loading…
Cancel
Save