search fields

This commit is contained in:
gauthiier
2017-11-06 14:11:18 +01:00
parent 874a27a8c9
commit 999dab3a7a
4 changed files with 17 additions and 5 deletions
+5
View File
@@ -15,6 +15,11 @@
<option value="{{ a }}">{{ a }}</option>
{% endfor %}
</select>
<select form="search" name="field">
{% for a in fields %}
<option value="{{ a }}">{{ a }}</option>
{% endfor %}
</select>
<input type="submit" value="search" id="submit">
<div id="loading">Loading...</div>
</form>