Page not found (404)

Request Method: GET
Request URL: http://www.notar-mais-oberursel.de/erbrecht.html

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

  1. [name='index']
  2. kanzlei [name='kanzlei']
  3. top [name='top']
  4. cas [name='cas']
  5. cnm [name='cnm']
  6. notar [name='notar']
  7. anfahrt [name='anfahrt']
  8. oeffnungszeiten [name='oeffnungszeiten']
  9. impressum [name='impressum']
  10. datenschutz [name='datenschutz']
  11. special [name='special']
  12. bit2019 [name='special']
  13. ^static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$
  15. ^static/(?P<path>.*)$
  16. admin/

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