mirror of https://github.com/rwf2/Rocket.git
Remove the unnecessary hidden field in kitchen sink example.
This commit is contained in:
parent
d23a0fa80a
commit
53390164cd
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
<form action="/" method="post" accept-charset="utf-8">
|
<form action="/" method="post" accept-charset="utf-8">
|
||||||
<label>Checkbox:
|
<label>Checkbox:
|
||||||
<input type="hidden" name="checkbox" value="off">
|
|
||||||
<input type="checkbox" name="checkbox" value="on">
|
<input type="checkbox" name="checkbox" value="on">
|
||||||
</label><br /><br />
|
</label><br /><br />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue