Page not found (404)

Request Method: GET
Request URL: http://directory.platform.coop/6/edit

Using the URLconf defined in cmdi.urls, Django tried these URL patterns, in this order:

  1. admin/
  2. api-auth/
  3. ^accounts/
  4. [name='index']
  5. add/individual [name='individual-profile']
  6. add/organization [name='organization-profile']
  7. add/tool [name='add-tool']
  8. organizations/<int:organization_id> [name='organization-detail']
  9. organizations/<int:pk>/delete [name='organization-delete']
  10. organizations/<int:pk>/leave [name='organization-leave']
  11. organizations/<int:pk>/edit-basic-info [name='edit-basic-info']
  12. organizations/<int:pk>/edit-overview [name='edit-overview']
  13. organizations/<int:pk>/edit-contact [name='edit-contact']
  14. organizations/<int:organization_id>/request-admin [name='organization-request-admin']
  15. organizations/<int:organization_id>/request-admin-opinion [name='organization-request-admin-opinion']
  16. individuals/<int:user_id> [name='individual-detail']
  17. individuals/<int:pk>/edit-basic-info [name='edit-my-basic-info']
  18. individuals/<int:pk>/edit-overview [name='edit-my-overview']
  19. tools/<int:pk>/edit [name='edit-tool']
  20. my-profiles/ [name='my-profiles']
  21. accounts/ [name='account-settings']
  22. about/ [name='about']
  23. about/impact/ [name='impact']
  24. search/ [name='search_results']
  25. privacy-policy/ [name='privacy_policy']
  26. terms-of-service/ [name='terms_of_service']
  27. surveys/
  28. ^swagger(?P<format>\.json|\.yaml)$ [name='schema-json']
  29. ^swagger/$ [name='schema-swagger-ui']
  30. api/

The current path, 6/edit, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.