mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
fix label
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Filters</td>
|
<td>Filters</td>
|
||||||
<td>
|
<td>
|
||||||
<label for="vocationFilter">Choose a Skill</label>
|
<label for="skillFilter">Choose a Skill</label>
|
||||||
<select onchange="location = this.value;" id="skillFilter">
|
<select onchange="location = this.value;" id="skillFilter">
|
||||||
{% set i = 0 %}
|
{% set i = 0 %}
|
||||||
{% for link, name in types %}
|
{% for link, name in types %}
|
||||||
|
Reference in New Issue
Block a user