diff options
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 /> |
