This commit is contained in:
Jay Trees 2022-01-14 08:47:08 +01:00
parent d787dd5c21
commit e523ab0226

View file

@ -32,7 +32,11 @@ $page->navigation();
<form class="ui form" method="post">
<div class="field">
<label>Name</label>
<input type="text" name="name" placeholder="<?= getCurrentSeason() ?>" value="<?= getCurrentSeason() ?>" />
<input type="text"
name="name"
placeholder="<?= getCurrentSeason() ?>"
value="<?= getCurrentSeason() ?>"
/>
</div>
<input class="ui primary button" type="submit" value="Create" />