diff options
| author | timb <timb@mb.local> | 2010-04-09 19:16:50 -0700 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-04-09 19:16:50 -0700 |
| commit | 99c8ae25e4bc2b095f956fdc7a90f66c55014e02 (patch) | |
| tree | fc4a099b2679e4afc3700fe6683f528c2af062a8 /static/register.html | |
| parent | 362e6c8760711626da079611aa457aa00ce4b5b7 (diff) | |
| parent | 956291711de6afb17137160a67ac710be0ace1e1 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/register.html')
| -rw-r--r-- | static/register.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/static/register.html b/static/register.html index bbc124d..45fcde7 100644 --- a/static/register.html +++ b/static/register.html @@ -39,13 +39,16 @@ <br /> <span>password</span> - <input type="password"class="field" id="passwordInput" /> + <input type="password" class="field" id="passwordInput" /> + <br /> + <span>repeat password</span> + <input type="password" class="field" id="passwordInput2" /> + </h1> <h1><span>email</span> <input type="text" class="field"id="emailInput" /> </h1> - <h1><br /> |
