Page not found (404)

Request Method: GET
Request URL: https://www.roadmapper.nl/privacy-policy/

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

  1. admin/
  2. [name='website-index']
  3. [name='website-index-dev']
  4. test/ [name='test']
  5. login/ [name='registration-login']
  6. backend/login/ [name='backend-login']
  7. logout/ [name='registration-logout']
  8. backend/logout/ [name='backend-logout']
  9. signup/ [name='registration-signup']
  10. account/ [name='registration-account']
  11. backend/
  12. dashboard/
  13. initiative/
  14. bmcs/
  15. roadmaps/
  16. resources/
  17. agendas/

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