Fibinger Ádám
2020-05-01 f84f9ce0a2223e342861559ea507c45aa71db0fc
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>