error: fix warnings of missing labels
This commit is contained in:
parent
4f64f8fd1c
commit
08f2d0609b
@ -27,35 +27,55 @@
|
||||
<div class="container">
|
||||
<div class="form">
|
||||
<h3 class="descriptor">Nazwa Turnieju</h3>
|
||||
<input>
|
||||
<label>
|
||||
<input>
|
||||
</label>
|
||||
|
||||
<h3 class="descriptor">Termin</h3>
|
||||
<input>
|
||||
<label>
|
||||
<input>
|
||||
</label>
|
||||
|
||||
<h3 class="descriptor">Miejsce</h3>
|
||||
<input>
|
||||
<label>
|
||||
<input>
|
||||
</label>
|
||||
|
||||
<h3 class="descriptor">Kategorie</h3>
|
||||
<input>
|
||||
<label>
|
||||
<input>
|
||||
</label>
|
||||
|
||||
<h3 class="descriptor">Ranga</h3>
|
||||
<input>
|
||||
<label>
|
||||
<input>
|
||||
</label>
|
||||
|
||||
<h3 class="descriptor">Wpisowe</h3>
|
||||
<input>
|
||||
<label>
|
||||
<input>
|
||||
</label>
|
||||
|
||||
<h3 class="descriptor">Dyrektor Turnieju</h3>
|
||||
<input>
|
||||
<label>
|
||||
<input>
|
||||
</label>
|
||||
|
||||
<h3 class="descriptor">Telefon</h3>
|
||||
<input>
|
||||
<label>
|
||||
<input>
|
||||
</label>
|
||||
|
||||
<h3 class="descriptor">Zapisy</h3>
|
||||
<input>
|
||||
<label>
|
||||
<input>
|
||||
</label>
|
||||
|
||||
<h3 class="descriptor">Dodatkowe informacje</h3>
|
||||
|
||||
<textarea name="Text1" cols="40" rows="5"></textarea>
|
||||
<label>
|
||||
<textarea name="Text1" cols="40" rows="5"></textarea>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user