Fibinger Ádám
2020-05-01 7a397279805473a76251db4821b7a8c0a76a554c
commit | author | age
b15810 1 <select class="teamname" data-target="{{ target }}">
68333e 2     {% for teamName in teamNames %}
3         <option value="{{ teamName }}">{{ teamName }}</option>
4     {% endfor %}
5 </select>