diff options
author | Madhusudan.C.S | 2009-11-11 15:52:26 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-11-11 15:52:26 +0530 |
commit | 3e7a8f1766f637b667d12f645ec47c0540297ca6 (patch) | |
tree | 62a77a2c0c261e0c05f162b830ede8b6b4dec00d /project/urls.py | |
parent | fbb498fac2f433176813af484892d2c1c389836d (diff) | |
download | scipycon-3e7a8f1766f637b667d12f645ec47c0540297ca6.tar.gz scipycon-3e7a8f1766f637b667d12f645ec47c0540297ca6.tar.bz2 scipycon-3e7a8f1766f637b667d12f645ec47c0540297ca6.zip |
Fixed Activation.
Diffstat (limited to 'project/urls.py')
-rw-r--r-- | project/urls.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project/urls.py b/project/urls.py index e0127dd..5994d33 100644 --- a/project/urls.py +++ b/project/urls.py @@ -73,7 +73,8 @@ urlpatterns += patterns('', name='reaching'), url(r'^talks-cfp/schedule/$', direct_to_template, {"template": "talk/schedule.html"}, - name='reaching') + name='reaching'), + (r'^accounts/', include('registration.urls')), ) # Password reset |