diff options
author | prashantsinalkar | 2017-09-21 15:48:39 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-09-21 15:48:39 +0530 |
commit | ba323eb4bc51e64840692061829c8ff1fc494c6a (patch) | |
tree | 88337e54e55d932dc29fd57dc59280a394b173d2 /website/templates | |
parent | f6be6d76c3106e1aeebbcba437597221e4c3a15c (diff) | |
download | SciPy2017-ba323eb4bc51e64840692061829c8ff1fc494c6a.tar.gz SciPy2017-ba323eb4bc51e64840692061829c8ff1fc494c6a.tar.bz2 SciPy2017-ba323eb4bc51e64840692061829c8ff1fc494c6a.zip |
fixed forgot password url
Diffstat (limited to 'website/templates')
-rwxr-xr-x | website/templates/cfp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/cfp.html b/website/templates/cfp.html index adbbae8..aa012a5 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -112,7 +112,7 @@ <br/><br/> <a style="padding-right : 20px;" href="{% url 'website:userregister' %}" class="btn btn btn-primary">Create an Account </a> - <a href="/2017/forgotpassword/">Forgot Password?</a> + <a href="/forgotpassword/">Forgot Password?</a> {% csrf_token %} </form> <!-- </div> --> |