summaryrefslogtreecommitdiff
path: root/tbc/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'tbc/urls.py')
-rw-r--r--tbc/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbc/urls.py b/tbc/urls.py
index 75a9a7d..c558b6e 100644
--- a/tbc/urls.py
+++ b/tbc/urls.py
@@ -10,6 +10,7 @@ urlpatterns = patterns('',
url(r'^login/$', 'tbc.views.UserLogin', name='UserLogin'),
url(r'^logout/$', 'tbc.views.UserLogout', name='UserLogout'),
url(r'^profile/$', 'tbc.views.UserProfile', name='UserProfile'),
+ url(r'^update-profile/$', 'tbc.views.UpdateProfile', name='UpdateProfile'),
url(r'^forgot-password/$', 'tbc.views.ForgotPassword', name='ForgotPassword'),
url(r'^update-password/$', 'tbc.views.UpdatePassword', name='UpdatePassword'),