Skip to content

Commit

Permalink
Corriger l'indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques Berger committed Feb 7, 2022
1 parent 5eabb8f commit 7af6ecb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Flask/ajax/templates/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<td>
<select id="champ-pays" name="pays">
<option value="">Aucun</option>
{% for un_pays in pays %}
<option value="{{ un_pays[0] }}">{{ un_pays[1] }}</li>
{% endfor %}
{% for un_pays in pays %}
<option value="{{ un_pays[0] }}">{{ un_pays[1] }}</li>
{% endfor %}
</select>
</td>
</tr>
Expand Down

0 comments on commit 7af6ecb

Please sign in to comment.