Fibinger Ádám
2020-05-01 f84f9ce0a2223e342861559ea507c45aa71db0fc
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 %}