First version
This commit is contained in:
@@ -5,5 +5,6 @@ urlpatterns = [
|
||||
path('', views.home, name='home'),
|
||||
path('task/<int:task_id>', views.task_detail, name='task_detail'),
|
||||
path('task/<int:task_id>/create_request', views.create_request, name='create_request'),
|
||||
path('why_it_works', views.why_it_works, name='why_it_works'),
|
||||
path('how_it_works', views.how_it_works, name='how_it_works'),
|
||||
path('thankyou', views.thankyou, name='thankyou'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user