Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
login/logoutテンプレートの位置移動させた
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Nov 25, 2014
1 parent c72e74d commit fa83074
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 99 deletions.
4 changes: 2 additions & 2 deletions src/kawaz/core/registrations/urls.py
Expand Up @@ -5,10 +5,10 @@

urlpatterns += patterns('',
url(r'^login/$', auth_views.login,
{'template_name': 'login.html'},
{'template_name': 'registration/login.html'},
name='login'),
url(r'^logout/$', auth_views.logout,
{'template_name': 'logout.html',
{'template_name': 'registration/logout.html',
'next_page': '/'},
name='logout'),
url(r'^password_change/$', auth_views.password_change,
Expand Down

0 comments on commit fa83074

Please sign in to comment.