lille: fix profil selector label widget assignment

This commit is contained in:
Frédéric Péters 2019-04-04 14:17:09 +02:00
parent 2334d064f2
commit febcdd6e2c
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<div id="filtre-profil-orig" style="display: none;">
{{cell.text|safe}}
</div>
<label for="filtre-profil">Filtrer par profil</label>
<select name="filtre-profil">
<label for="select-filtre-profil">Filtrer par profil</label>
<select id="select-filtre-profil" name="filtre-profil">
<option value="">— choisir un profil —</option>
</select>
<script>