This commit is contained in:
2021-04-10 18:52:38 +02:00
parent f7929a0090
commit d82abe1dd3
49 changed files with 4009 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
<div class="form_wrapper">
<form method="post">
<input type="hidden" name="action" value="camp_shirt_create">
<div>
<label class="desc" id="title1" for="shirt_name">Póló típus neve:</label>
<div><input type="text" name="shirt_name" id="shirt_name" required></div>
</div>
<div>
<div>
<input class="button black" type="submit" value="Létrehozás">
</div>
</div>
</form>
</div>