Page not found (404)

Request Method: GET
Request URL: https://hochdorf-tsv.de/abteilungen/tennis/termine/action~oneday/exact_date~24-5-2017/

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

  1. ^media/(?P<path>.*)$
  2. ^static\/(?P<path>.*)$
  3. ^static/(?P<path>.*)$
  4. ^media/(?P<path>.*)$
  5. ^aktuelles/
  6. ^downloads/
  7. ^hall/
  8. ^gallery/
  9. ^admin/
  10. ^robots\.txt$
  11. ^sitemap\.xml$
  12. ^ ^informationen/downloads/$ [name='downloads_index']
  13. ^ ^informationen/downloads/(?P<slug>[-\w.]+)/$ [name='downloads_get']
  14. ^ ^informationen/hallenbelegung/$ [name='hall_index']
  15. ^ ^aktuelles/$ [name='blog_index']
  16. ^ ^aktuelles/(?P<year>\d{4})/(?P<month>\d{2})/(?P<slug>[-\w]+)/$ [name='blog_detail']
  17. ^ ^aktuelles/termine/$ [name='event_index']
  18. ^ ^informationen/vorstand/$ [name='committee_index']
  19. ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  20. ^ ^$ [name='pages-root']
  21. ^static\/(?P<path>.*)$

The current URL, abteilungen/tennis/termine/action~oneday/exact_date~24-5-2017/, 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.