Fibinger Ádám
2020-06-04 ffa7c6f5c007dfc826aef0ca27d23bb69bbeed7e
templates/admin/modules/team-list-select.twig
@@ -1,4 +1,4 @@
<select class="teamname">
<select class="teamname" data-target="{{ target }}">
    {% for teamName in teamNames %}
        <option value="{{ teamName }}">{{ teamName }}</option>
    {% endfor %}