Page not found (404)

Request Method: GET
Request URL: https://www.drukphenix.be/privacybeleid/

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

  1. admin/
  2. [name='home-page']
  3. contact-pagina/ [name='contact-page']
  4. ecologisch/ [name='ecology-page']
  5. over-ons/ [name='about_us-page']
  6. offerte-aanvragen/ [name='request_price-page']
  7. offerte-form/ [name='offer-form']
  8. diensten/ [name='service_list-page']
  9. ons-aanbod/ [name='our_offer-page']
  10. cookiestatement/ [name='cookiestatement-page']
  11. privacy-policy/ [name='privacy_policy-page']
  12. ckeditor/
  13. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']

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