Skip to content
Snippets Groups Projects
Commit 0923ca4f authored by Daniel Levy's avatar Daniel Levy
Browse files

Change to log user out when they click log out link

parent 9890f55b
Branches
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ from django.contrib.auth.views import login, logout
urlpatterns = patterns('',
url(r'login/$', login, name="login"),
url(r'logout/$', login, name="logout"),
url(r'logout/$', logout, name="logout"),
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment