File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments