Fibinger Ádám
2020-09-10 f2e0b5357a6f019780773cb87cc5c633b27c88f2
Alapértelmezetten ne legyen csapat kiválasztva
1 files modified
7 ■■■■■ changed files
templates/admin/modules/team-list-select.twig 7 ●●●●● patch | view | raw | blame | history
templates/admin/modules/team-list-select.twig
@@ -1,5 +1,6 @@
<select class="teamname" data-target="{{ target }}">
    {% for teamName in teamNames %}
        <option value="{{ teamName }}">{{ teamName }}</option>
    {% endfor %}
    <option></option>
    {% for teamName in teamNames %}
        <option value="{{ teamName }}">{{ teamName }}</option>
    {% endfor %}
</select>