Skip to content

Commit 2ef8369

Browse files
committed
nests sign up form tags correctly
1 parent 80478f7 commit 2ef8369

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

_layouts/sign_up_form.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,22 @@
55

66
<h1>Hack Brexit Mailing List</h1>
77

8-
<p>Fill in your details below for us to keep you updated with the latest news and developments about the Hack Brexit project.</p>
8+
<p>Fill in your details here for us to keep you updated with the latest news about the Hack Brexit project.</p>
99

10-
<form method="POST" action="http://formspree.io/hackbrexit@gmail.com">
11-
12-
<form class="form-inline">
10+
<form method="POST" action="http://formspree.io/hackbrexit@gmail.com" class="form-inline">
1311
<div class="form-group">
14-
<label for="exampleInputName2">Name</label>
15-
<input type="name" name="name" class="form-control" id="exampleInputName2" placeholder="Your name">
12+
<label for="exampleInputName2">Name</label>
13+
<input type="name" name="name" class="form-control" id="exampleInputName2" placeholder="Your name">
14+
</div>
15+
16+
<div class="form-group">
17+
<label for="exampleInputEmail2">Email</label>
18+
<input type="email" email="email" class="form-control" id="exampleInputEmail2" placeholder="Your email">
19+
</div>
1620

17-
</div>
18-
<div class="form-group">
19-
<label for="exampleInputEmail2">Email</label>
20-
<input type="email" email="email" class="form-control" id="exampleInputEmail2" placeholder="Your email">
21-
</div>
2221
<button type="submit" class="btn btn-primary">Sign up for updates on Hack Brexit</button>
2322
</form>
2423

25-
2624
</div>
2725
{% include footer.html %}
2826

0 commit comments

Comments
 (0)