diff options
author | Sashi20 | 2017-09-20 11:15:56 +0530 |
---|---|---|
committer | Sashi20 | 2017-09-20 11:15:56 +0530 |
commit | a00e7ac0162f7c0bf9423fd9fcc712684c04d494 (patch) | |
tree | 6db7b7e73569babb9acf785aa5a31a1d1ee1557f /scipy2017 | |
parent | bc4cf9a3dc3abc27a03b0fa09eeddb1da8af7af7 (diff) | |
download | SciPy2017-a00e7ac0162f7c0bf9423fd9fcc712684c04d494.tar.gz SciPy2017-a00e7ac0162f7c0bf9423fd9fcc712684c04d494.tar.bz2 SciPy2017-a00e7ac0162f7c0bf9423fd9fcc712684c04d494.zip |
Added Speaker and Sponsorship Prospectus
Diffstat (limited to 'scipy2017')
-rwxr-xr-x | scipy2017/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy2017/urls.py b/scipy2017/urls.py index 8ec2e59..2f4adc9 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'^', include('website.urls_password_reset')), + url(r'^2017/', include('website.urls_password_reset')), url(r'^', include('social.apps.django_app.urls', namespace='social')), url(r'^', include('django.contrib.auth.urls', namespace='auth')) ) |