minor update
This commit is contained in:
@@ -11,5 +11,4 @@ urlpatterns = [
|
||||
path('report-issue/', views.report_issue, name='report_issue'),
|
||||
path('issues/', views.view_all_issues, name='view_all_issues'),
|
||||
path('vote/<int:issue_id>/', views.vote_issue, name='vote_issue'),
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user