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">
|
<form class="ui form" method="post">
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label>Name</label>
|
<label>Name</label>
|
||||||
<input type="text" name="name" placeholder="<?= getCurrentSeason() ?>" value="<?= getCurrentSeason() ?>" />
|
<input type="text"
|
||||||
|
name="name"
|
||||||
|
placeholder="<?= getCurrentSeason() ?>"
|
||||||
|
value="<?= getCurrentSeason() ?>"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input class="ui primary button" type="submit" value="Create" />
|
<input class="ui primary button" type="submit" value="Create" />
|
||||||
|
|
Loading…
Reference in a new issue