|
|
@ -23,10 +23,9 @@
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
|
|
<div class="formCont">
|
|
|
|
<div class="formCont">
|
|
|
|
<form id="signup-form" method="GET" action="http://localhost:8000/email">
|
|
|
|
<form id="signup-form" method="GET" action="/email">
|
|
|
|
<fieldset>
|
|
|
|
<fieldset>
|
|
|
|
<legend>JOIN US</legend>
|
|
|
|
<legend>JOIN US</legend>
|
|
|
|
<!-- WARNING: This only works for development system (localhost) -->
|
|
|
|
|
|
|
|
<label class="text-info">Enter your email..</label>
|
|
|
|
<label class="text-info">Enter your email..</label>
|
|
|
|
<input type="text" name="email" class='input'>
|
|
|
|
<input type="text" name="email" class='input'>
|
|
|
|
<span class="help-block">we'll send you info about future events</span>
|
|
|
|
<span class="help-block">we'll send you info about future events</span>
|
|
|
|