Skip to content

Commit

Permalink
checkout frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
user-cube committed Apr 28, 2020
1 parent 1d6de83 commit 0c1f6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/Frontend/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
path('admin/', admin.site.urls),
path('', views.home, name='home'),
path('login/', auth_views.LoginView.as_view(template_name='login.html'), name='login'),
path('logout/', auth_views.LogoutView.as_view(next_page='/'), name='logout'),
path('logout', auth_views.LogoutView.as_view(next_page='/'), name='logout'),
]

0 comments on commit 0c1f6b4

Please sign in to comment.