Fibinger Ádám
2020-06-03 906fcfe5a3d128fe4bb99a6e304fed47245c407a
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>