Page not found (404)

Request Method: GET
Request URL: https://www.eclipseyachting.com/boat/about-boat

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

  1. ^admin/
  2. ^ ^$
  3. ^ ^sitemap.xml/$
  4. ^ ^robots.txt/$
  5. ^ ^contact-us/$
  6. ^ ^about-us/$
  7. ^ ^press/$
  8. ^ ^our-yachts/$
  9. ^ ^pricing/$
  10. ^ ^gallery/$
  11. ^ ^sailing/destinations/shore-to-sail-holidays/$
  12. ^ ^sailing/destinations/shore-to-sail-holidays/$
  13. ^ ^sailing/destinations/$
  14. ^ ^sailing/destinations/croatia/$
  15. ^ ^sailing/destinations/greece-ionian-islands/$
  16. ^ ^sailing/destinations/greece-saronic-islands/$
  17. ^ ^learn-to-sail/$
  18. ^ ^rolex-middle-sea-race/$
  19. ^ ^faq/$
  20. ^ ^privacy-policy/$
  21. ^ ^terms-and-conditions/$
  22. ^ ^testimonials/$
  23. ^ ^ajax/search/send/$ [name='ajax_search_send']
  24. ^ ^ajax/contactpage/send/$ [name='ajax_contactus_send']
  25. ^ ^blog/$
  26. ^ ^blog/(?P<slug>.+)/$

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