Skip to content

Commit cd102db

Browse files
author
Darius Rosendahl
committed
Removed upload file placeholder
1 parent b99630d commit cd102db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

views/forms.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set currentPageId = 'forms' %}{% set pageTitle = 'Forms - CastleCSS' %}{% include "inc/header.html" %}
2-
2+
33
<!-- Main -->
44
<div class="b0_12 b4_14 b4_push_01">
55
<div class="p p-b3-3x">
@@ -27,14 +27,13 @@ <h2>Basic example</h2>
2727
<div class="form-fields">
2828
<div class="form-field" data-castlecss-field>
2929
<label for="email">Email</label>
30-
<input type="email" name="Email" id="email" value="">
30+
<input type="email" name="Email" id="email" value="">
3131
</div>
3232
<div class="form-field" data-castlecss-field>
3333
<label for="password">Password</label>
3434
<input type="password" name="Password" id="password" value="">
3535
</div>
3636
<div class="form-field" data-castlecss-field>
37-
<label for="file-input">Upload your file</label>
3837
<input type="file" id="file-input">
3938
</div>
4039
</div>

0 commit comments

Comments
 (0)