Page not found (404)

Request Method: GET
Request URL: http://www.uneda.com/apply-to-uneda/about.html

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

  1. ^api/accounts/
  2. ^api/companies/
  3. ^api/transactions/
  4. ^api/inventory/
  5. ^api/post_uneda_mail/
  6. ^api/stats/
  7. ^api/
  8. ^api/offtopic/
  9. ^admin/
  10. ^api/monitoring/
  11. ^back-office/
  12. ^cms/
  13. ^documents/
  14. ^search/company/$ [name='search_company']
  15. ^search/$ [name='search']
  16. ^sitemap\.xml$
  17. logout/ [name='logout']
  18. account/password_reset/ [name='password_reset']
  19. account/password_reset/done/ [name='password_reset_done']
  20. account/password_reset/<uidb64>/<token>/ [name='password_reset_confirm']
  21. account/password-reset/complete/ [name='password_reset_complete']
  22. ^_util/authenticate_with_password/(\d+)/(\d+)/$ [name='wagtailcore_authenticate_with_password']
  23. ^_util/login/$ [name='wagtailcore_login']
  24. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  25. ^swagger(?P<format>\.json|\.yaml)$ [name='schema-json']
  26. ^swagger/$ [name='schema-swagger-ui']
  27. ^redoc/$ [name='schema-redoc']
  28. ^static/(?P<path>.*)$
  29. ^media/(?P<path>.*)$

The current path, apply-to-uneda/about.html, 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.