Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
a44bd016
Commit
a44bd016
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #10533 from topsitemakers/master
adding required attribute for example signin form
parents
f11aa310
3d97454c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/signin/index.html
+2
-2
examples/signin/index.html
with
2 additions
and
2 deletions
+2
-2
examples/signin/index.html
+
2
-
2
View file @
a44bd016
...
@@ -29,8 +29,8 @@
...
@@ -29,8 +29,8 @@
<form
class=
"form-signin"
>
<form
class=
"form-signin"
>
<h2
class=
"form-signin-heading"
>
Please sign in
</h2>
<h2
class=
"form-signin-heading"
>
Please sign in
</h2>
<input
type=
"text"
class=
"form-control"
placeholder=
"Email address"
autofocus
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Email address"
required
autofocus
>
<input
type=
"password"
class=
"form-control"
placeholder=
"Password"
>
<input
type=
"password"
class=
"form-control"
placeholder=
"Password"
required
>
<label
class=
"checkbox"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
value=
"remember-me"
>
Remember me
<input
type=
"checkbox"
value=
"remember-me"
>
Remember me
</label>
</label>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment