Page not found (404)

Request Method: GET
Request URL: http://staging.digilant.com/contact/

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

  1. ^__debug__/
  2. ^-admin/
  3. ^admin/
  4. ^idp/
  5. ^impersonate/
  6. ^adverity/
  7. ^core/
  8. ^demographic/
  9. ^top20/
  10. ^streams/
  11. ^tplink/
  12. ^consumerpersona/
  13. ^updater/
  14. ^reports/
  15. ^gadp2/
  16. ^reporting/
  17. ^vertical-trends/
  18. ^reach/
  19. ^about
  20. ^profile/
  21. ^bi-poc/
  22. ^sap/
  23. ^self-serv/
  24. ^tools/
  25. ^testing/
  26. ^explorer/
  27. ^ ^$ [name='home']
  28. ^ ^logout$ [name='logout']
  29. ^ ^dashboard$ [name='dashboard']
  30. ^ ^dashboard-admin$ [name='dashboard_admin']
  31. ^ ^about [name='about']
  32. ^ ^version [name='version']
  33. ^ ^captcha [name='captcha']
  34. ^ ^password-reset/$ [name='password_reset']
  35. ^ ^invite-user$ [name='invite_user']
  36. ^ ^password-reset/(?P<token>.+)$ [name='password_reset_token']
  37. ^ ^password-creation/(?P<token>.+)$ [name='first_password_creation']

The current path, contact/, 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.