Page not found (404)

Request Method: GET
Request URL: https://www.intra-drive.com/pages/cookie-policy

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

  1. [name='home']
  2. admin/
  3. blog/ [name='blog']
  4. product_EMTB/ [name='product_EMTB']
  5. product_Transaxle/ [name='product_Transaxle']
  6. product_Battery/ [name='product_Battery']
  7. home/ [name='home']
  8. investment/ [name='investment']
  9. impact/ [name='impact']
  10. crowdfunding/ [name='crowdfunding']
  11. careers/ [name='careers']
  12. careers-fw-eng/ [name='careers-fw-eng']
  13. careers-grad-mech-eng/ [name='careers-grad-mech-eng']

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