forked from Squatconf/Website
v0.4.3-rc2: removed http://localhost (for production deployment)
This commit is contained in:
parent
1cc7550854
commit
d2bb045875
|
@ -23,10 +23,9 @@
|
|||
<br />
|
||||
|
||||
<div class="formCont">
|
||||
<form id="signup-form" method="GET" action="http://localhost:8000/email">
|
||||
<form id="signup-form" method="GET" action="/email">
|
||||
<fieldset>
|
||||
<legend>JOIN US</legend>
|
||||
<!-- WARNING: This only works for development system (localhost) -->
|
||||
<label class="text-info">Enter your email..</label>
|
||||
<input type="text" name="email" class='input'>
|
||||
<span class="help-block">we'll send you info about future events</span>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "squatconf-web",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "website for the squatConf conference",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue