summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2017-09-19 16:45:07 +0530
committerprashantsinalkar2017-09-19 16:45:07 +0530
commitb762880fcc566293e87c28d11d54d3320f346450 (patch)
tree77c81171800dd77ebb3f53dc714a3ead994f201a
parent7b20ffdfdb87d72042e4bf65b596bbc325114b62 (diff)
downloadSciPy2017-b762880fcc566293e87c28d11d54d3320f346450.tar.gz
SciPy2017-b762880fcc566293e87c28d11d54d3320f346450.tar.bz2
SciPy2017-b762880fcc566293e87c28d11d54d3320f346450.zip
fixed url of forgot password
-rwxr-xr-xscipy2017/urls.py2
-rwxr-xr-xwebsite/templates/cfp.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/scipy2017/urls.py b/scipy2017/urls.py
index 2f4adc9..e785820 100755
--- a/scipy2017/urls.py
+++ b/scipy2017/urls.py
@@ -11,7 +11,7 @@ urlpatterns = patterns('',
url(r'^admin/', include(admin.site.urls)),
url(r'^', include('website.urls', namespace='website')),
url(r'^2017/', include('website.urls', namespace='website')),
- url(r'^2017/', include('website.urls_password_reset')),
+ url(r'^pass-reset/', include('website.urls_password_reset')),
url(r'^', include('social.apps.django_app.urls', namespace='social')),
url(r'^', include('django.contrib.auth.urls', namespace='auth'))
)
diff --git a/website/templates/cfp.html b/website/templates/cfp.html
index ee8a739..34e9125 100755
--- a/website/templates/cfp.html
+++ b/website/templates/cfp.html
@@ -90,7 +90,7 @@
{{ form.as_p }}
<button class="button special" name ="login" type="submit">Login</button><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="/pass-reset/forgotpassword/">Forgot Password?</a>
{% csrf_token %}
</form>
<!-- </div> -->