diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-09 22:23:28 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-09 22:23:28 -0400 |
| commit | 167efea3b97a3414f5608d9bfff55aebb29b0727 (patch) | |
| tree | 20403c95b7d6e490cc3645ae884fd776b6290f60 /static/register.html | |
| parent | 219b28bbb3ce87ffe55e5ba58ed39f073c040c3c (diff) | |
timb commiting ryder's changes
Diffstat (limited to 'static/register.html')
| -rw-r--r-- | static/register.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/static/register.html b/static/register.html index f7c7163..083fec5 100644 --- a/static/register.html +++ b/static/register.html @@ -41,14 +41,16 @@ <span>password</span> <input type="password" class="field" id="passwordInput" /> <br /> - <span>repeat password</span> + <span>password 2x</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 /> |
