From f2e0b5357a6f019780773cb87cc5c633b27c88f2 Mon Sep 17 00:00:00 2001
From: Fibinger Ádám <adam.fibinger@wup.hu>
Date: Thu, 10 Sep 2020 20:46:09 +0200
Subject: [PATCH] Alapértelmezetten ne legyen csapat kiválasztva

---
 templates/admin/modules/team-list-select.twig |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/templates/admin/modules/team-list-select.twig b/templates/admin/modules/team-list-select.twig
index bb95594..9e0a3fa 100644
--- a/templates/admin/modules/team-list-select.twig
+++ b/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>
\ No newline at end of file

--
Gitblit v1.8.0