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