Include Registration Page
This commit is contained in:
@@ -7,4 +7,5 @@ urlpatterns = [
|
||||
path('', views.home, name='home'),
|
||||
path('logout/', LogoutView.as_view(next_page='login'), name='logout'),
|
||||
path('login/', LoginView.as_view(template_name='accounts/login.html', next_page='home'), name='login'),
|
||||
path('register/', views.register, name='register'),
|
||||
]
|
||||
Reference in New Issue
Block a user