Skip to content

Commit

Permalink
fix formDemp page
Browse files Browse the repository at this point in the history
  • Loading branch information
phernandez committed Oct 28, 2024
1 parent 8f1ba82 commit a4cbfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/examples/FormDemo.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<Form method="POST" action="/submit">
<FormItem id="email-field">
<FormLabel for_id="email">Email Address</FormLabel>
<FormLabel htmlFor="email">Email Address</FormLabel>
<Input
id="email"
placeholder="Email"
Expand All @@ -21,7 +21,7 @@

<Form method="POST" action="/submit">
<FormItem id="email-field">
<FormLabel for_id="emalocil" :error="{{ error }}">Email Address</FormLabel>
<FormLabel htmlFor="emalocil" :error="{{ error }}">Email Address</FormLabel>
<Input
id="email"
type="email"
Expand Down

0 comments on commit a4cbfbb

Please sign in to comment.