diff options
author | hardythe1 | 2015-07-09 19:01:39 +0530 |
---|---|---|
committer | hardythe1 | 2015-07-09 19:01:39 +0530 |
commit | bc7f367f37174586aec19df28697904a19ab2101 (patch) | |
tree | 7f0372f583d90a42bf3e55928416c113b35981fa /website | |
parent | 7fdc127e4f823508616676bf67265871b622d5e6 (diff) | |
download | SciPy2015-bc7f367f37174586aec19df28697904a19ab2101.tar.gz SciPy2015-bc7f367f37174586aec19df28697904a19ab2101.tar.bz2 SciPy2015-bc7f367f37174586aec19df28697904a19ab2101.zip |
check if email is already registered
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/user-register.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/user-register.html b/website/templates/user-register.html index c09c08b..52a1537 100644 --- a/website/templates/user-register.html +++ b/website/templates/user-register.html @@ -35,7 +35,7 @@ </div> <p style="line-height:5px;">Have you already logged in using social logins ?</p> <p style="line-height:5px;">or</p> - <p style="line-height:5px;"><a href="#">Click Here</a> if you forgot your username or password</p> + <p style="line-height:5px;"><a href="{% url 'website:forgotpassword' %}">Click Here</a> if you forgot your username or password</p> </center> <div class="clearfix"></div> {% endif %} |