Page not found (404)

Request Method: GET
Request URL: https://www.schafferer.at/de/impressum/gaOptout()

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

  1. ^admin/linktree/?$
  2. ^filerpool/
  3. ^downloads/
  4. ^ckeditor/
  5. ^suche/
  6. captcha/
  7. ^sitemap\.xml$
  8. ^de/ ^anfrage/$ [name='inquiry_form']
  9. ^de/ ^anfrage/danke/$ [name='inquiry_thanks']
  10. ^de/ ^admin/
  11. ^de/ ^ ^galerie/$ [name='home']
  12. ^de/ ^ ^galerie/([\w-]+)/$ [name='category_detail']
  13. ^de/ ^ ^galerie/([\w-]+)/([\w-]+)/$ [name='project_detail']
  14. ^de/ ^ ^news/$ [name='news_teaserlist']
  15. ^de/ ^ ^news/archiv/$ [name='news_archive']
  16. ^de/ ^ ^news/([\w-]+)/$ [name='news_detail']
  17. ^de/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  18. ^de/ ^ ^$ [name='pages-root']
  19. ^static\/(?P<path>.*)$
  20. ^media\/(?P<path>.*)$

The current URL, de/impressum/gaOptout(), 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.