Refactor
This commit is contained in:
parent
d787dd5c21
commit
e523ab0226
1 changed files with 5 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue