Private
Public Access
1
0

still login page not working

This commit is contained in:
Sander Roosendaal
2019-03-22 14:51:10 +01:00
parent 304486c4f9
commit 9f71991c02
5 changed files with 5 additions and 6 deletions

View File

@@ -63,8 +63,9 @@ urlpatterns += [
re_path(r'^$',rootview),
re_path(r'^getblogs/$',rowersviews.get_blog_posts),
re_path(r'^login/',
auth_views.LoginView,
name='login'),
# auth_views.LoginView,
auth_views.LoginView,
name='login'),
re_path(r'^logout/$',
auth_views.LogoutView,
{'next_page': '/'},