fix label

This commit is contained in:
slawkens 2024-11-07 14:44:46 +01:00
parent 078e20a9a4
commit 18bd325a44

View File

@ -7,7 +7,7 @@
<tr>
<td>Filters</td>
<td>
<label for="vocationFilter">Choose a Skill</label>
<label for="skillFilter">Choose a Skill</label>
<select onchange="location = this.value;" id="skillFilter">
{% set i = 0 %}
{% for link, name in types %}