nbr. hits

This commit is contained in:
gauthiier
2017-11-09 13:49:22 +01:00
parent b7cc9ae915
commit 608467fdd8
3 changed files with 16 additions and 4 deletions
+5
View File
@@ -20,6 +20,11 @@
<option value="{{ a }}">{{ a }}</option>
{% endfor %}
</select>
<select form="search" name="hits">
{% for a in hits %}
<option value="{{ a }}">{{ a }}</option>
{% endfor %}
</select>
<input type="submit" value="search" id="submit">
<div id="loading">Loading...</div>
</form>