diff options
| author | sostler <sbostler@gmail.com> | 2010-05-04 00:18:58 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-04 00:18:58 -0400 |
| commit | 8074a99c8fff2af9a92584a662f9b18e4a399e0d (patch) | |
| tree | 1da506e7fe9a03949a13fc1650c3b678a8f460d7 /static/index.html | |
| parent | 67fa68aace4fc630948972ae3d1b2054c79fbe3e (diff) | |
Unveil reset pw link
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/index.html b/static/index.html index cca686b..1f6930f 100755 --- a/static/index.html +++ b/static/index.html @@ -61,10 +61,10 @@ $(document).ready(function() { <input checked="checked" type="checkbox" name="rememberme" id="remembermeInput" /> Remember Me </label></div> -<div style="display: none"> +<div> <br> - <a href="/reset" style="text-decoration:none;">Forgot your password?</a><br> - </div> + <a href="/reset-request" style="text-decoration:none;">Forgot your password?</a><br> +</div> </div> </div> |
