Page not found (404)

Request Method: GET
Request URL: https://karten-werk.ch/pages/about.html

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

  1. [name='index']
  2. angebote [name='angebot']
  3. angebot/<int:pk> [name='angebot_detail']
  4. referenzen [name='referenzen']
  5. ueber-uns [name='about']
  6. blog [name='blog']
  7. angebot/<int:angebot_id>/preisplan/<int:preisplan_id>/contact [name='angebot_message']
  8. angebot/<int:angebot_id>/preisplan/<int:preisplan_id>/message/<int:message_id> [name='angebot_success_message']
  9. kontakt [name='contact_message']
  10. kontakt/message/<int:message_id> [name='contact_success_message']
  11. admin/

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