mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-12-19 02:33:40 +00:00
some life testing fixes
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user