Fibinger Ádám
2020-02-21 68333eefe8607fdc2b02050cdab058f8f7d53904
1
2
3
4
5
<select class="teamname">
    {% for teamName in teamNames %}
        <option value="{{ teamName }}">{{ teamName }}</option>
    {% endfor %}
</select>