diff --git a/civicfix/core/urls.py b/civicfix/core/urls.py index 5b4ba95..b96c76a 100644 --- a/civicfix/core/urls.py +++ b/civicfix/core/urls.py @@ -9,4 +9,7 @@ urlpatterns = [ 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'), + path('issues/', views.view_all_issues, name='view_all_issues'), + path('vote//', views.vote_issue, name='vote_issue'), + ] \ No newline at end of file