This commit is contained in:
2024-12-06 08:09:07 +01:00
parent c1aa1026a7
commit e0aa499940
49 changed files with 803 additions and 638 deletions

View File

@ -3,5 +3,8 @@
{% block title %}Hello HomeController!{% endblock %}
{% block body %}
Pouet
<select class="select2" name="state">
<option value="AL">Alabama</option>
<option value="WY">Wyoming</option>
</select>
{% endblock %}