summaryrefslogtreecommitdiff
path: root/website/templates
diff options
context:
space:
mode:
authorprashantsinalkar2017-09-21 15:48:39 +0530
committerprashantsinalkar2017-09-21 15:48:39 +0530
commitba323eb4bc51e64840692061829c8ff1fc494c6a (patch)
tree88337e54e55d932dc29fd57dc59280a394b173d2 /website/templates
parentf6be6d76c3106e1aeebbcba437597221e4c3a15c (diff)
downloadSciPy2017-ba323eb4bc51e64840692061829c8ff1fc494c6a.tar.gz
SciPy2017-ba323eb4bc51e64840692061829c8ff1fc494c6a.tar.bz2
SciPy2017-ba323eb4bc51e64840692061829c8ff1fc494c6a.zip
fixed forgot password url
Diffstat (limited to 'website/templates')
-rwxr-xr-xwebsite/templates/cfp.html2
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> -->