Page not found (404)

Request Method: GET
Request URL: https://www.paragnosttineke.nl/kaart29.html

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

  1. privacy-policy/ [name='privacy-policy']
  2. contact/ [name='contact']
  3. paragnost/ [name='redirectone']
  4. [name='homepage']
  5. <slug:category_slug>/ [name='category']
  6. <slug:category_slug>/<slug:post_slug>/ [name='post']
  7. robots.txt
  8. sitemap.xml
  9. sitemap-<section>.xml [name='sitemaps']
  10. ^media/(?P<path>.*)$

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