Fibinger Ádám
2020-03-27 b158104ad7bc0ef74466e26620f66949ba6f730f
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 %}