major updation
This commit is contained in:
@@ -5,6 +5,8 @@ from . import views
|
||||
urlpatterns = [
|
||||
path('', views.home, name='home'),
|
||||
path('register/', views.register, name='register'),
|
||||
path('login/', auth_views.LoginView.as_view(template_name='core/login.html'), name='login'),
|
||||
path('login/', views.custom_login, name='login'),
|
||||
path('logout/', auth_views.LogoutView.as_view(), name='logout'),
|
||||
path('dashboard/', views.citizen_dashboard, name='citizen_dashboard'),
|
||||
path('report-issue/', views.report_issue, name='report_issue'),
|
||||
]
|
||||
Reference in New Issue
Block a user