some life testing fixes

This commit is contained in:
2019-09-08 16:58:13 +03:00
parent 5f5ce72600
commit 5ce870714c
9 changed files with 28 additions and 22 deletions

View File

@ -11,11 +11,6 @@
{% include "search_line.jinja2" %}
<form action="/suggest" method="post">
<select name="player" id="player" title="player">
{% for player in players %}
<option>{{ player|e }}</option>
{% endfor %}
</select>
<select name="piece" id="piece" title="piece">
{% for piece in pieces %}
<option>{{ piece|e }}</option>