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