summaryrefslogtreecommitdiff
path: root/coip
diff options
context:
space:
mode:
Diffstat (limited to 'coip')
-rw-r--r--coip/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coip/urls.py b/coip/urls.py
index 69c1dcd..e6a0492 100644
--- a/coip/urls.py
+++ b/coip/urls.py
@@ -19,7 +19,7 @@ urlpatterns = patterns('',
(r'^$', welcome),
# Login/Logout
(r'^accounts/login/$', login,{'template_name': "login.html"}),
- (r'^accounts/logout$', logout)
+ (r'^accounts/logout$', logout),
(r'^accounts/login-federated/$', 'coip.apps.auth.views.accounts_login_federated'),
(r'^accounts/logout/$', 'coip.apps.auth.views.logout'),
# Profiles and user information