Fibinger Ádám
2020-02-26 3ac2acb75dbc5b9d8674cd733f96e95f15826961
commit | author | age
68333e 1 <select class="teamname">
2     {% for teamName in teamNames %}
3         <option value="{{ teamName }}">{{ teamName }}</option>
4     {% endfor %}
5 </select>