Fibinger Ádám
2020-05-01 f84f9ce0a2223e342861559ea507c45aa71db0fc
1
2
3
4
5
<select class="teamname" data-target="{{ target }}">
    {% for teamName in teamNames %}
        <option value="{{ teamName }}">{{ teamName }}</option>
    {% endfor %}
</select>