Page not found (404)

Request Method: GET
Request URL: https://www.jrk-marktoberdorf.de/presse/datenschutz

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

  1. ^impressum/$
  2. ^links/$
  3. ^film/$
  4. ^kontakt/$
  5. ^download/$
  6. ^aktuelles/$
  7. ^archiv/$
  8. ^archiv/(?P<aktuelles_id>\d+)/$
  9. ^presse/$
  10. ^presse/(?P<presse_id>\d+)/$
  11. ^spenden/$
  12. ^start/$
  13. ^$ [name='start']
  14. ^gruppen/$
  15. ^gruppenleiter/$
  16. ^kinderschminken/$
  17. ^leitungsteam/$
  18. ^notfalldarstellung/$
  19. ^spielemobil/$
  20. ^juniorhelfer/$
  21. ^traudich/$
  22. ^huepfburg/$
  23. ^ssd/$
  24. ^erfolg/$
  25. ^datenschutz/$
  26. ^admin/

The current URL, presse/datenschutz, 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.