summaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rwxr-xr-xurls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 42f70d5..b22d165 100755
--- a/urls.py
+++ b/urls.py
@@ -22,6 +22,6 @@ urlpatterns = patterns('',
url(r'^accounts/register/$', register,
{'form_class': CustomRegistrationForm},
name='registration_register'),
-
+ (r'^accounts/profile/', include('pytask.profile.urls')),
(r'^accounts/', include('registration.urls')),
)