diff options
| author | timb <timb@mb.local> | 2010-04-11 12:23:49 -0700 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-04-11 12:23:49 -0700 |
| commit | b489d3df189b2a87e3d8b1ba321b9a8f2a441009 (patch) | |
| tree | d3c5f21221f9e8e3cf7199ce77379840ffeb86ac /static/register.html | |
| parent | e25c1aa942e11b3bcfd74d803f50796db14e47ff (diff) | |
| parent | a0ab1dd2f38437c69b51f95de10993f43aa7c8a2 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/register.html')
| -rw-r--r-- | static/register.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/static/register.html b/static/register.html index fe7f17e..0ce2911 100644 --- a/static/register.html +++ b/static/register.html @@ -41,15 +41,14 @@ <span>password</span> <input type="password" class="field" id="passwordInput" /> <br /> - <span>password 2x</span> + <span>password2x</span> <input type="password" class="field" id="passwordInput2" /> </h1> <h1><span>email</span> <input type="text" class="field"id="emailInput" /> </h1> - <div id="termz"> <input type="checkbox" name="terms" id="terms"> - I Agree to the <a href="http://dump.fm/terms">Terms of Service</a></label></div> + </form> <h1><br /> |
