Page not found (404)

Request Method: GET
Request URL: https://publichealth-nations-internal.ungleich.ch/de/aktivit%25C3%25A4ten/stellungnahmen/

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

  1. entry_page/<entry_page_id>/update_comments/ [name='entry_page_update_comments']
  2. <path:blog_path>/<int:year>/<int:month>/<int:day>/<str:slug>/ [name='entry_page_serve_slug']
  3. <int:year>/<int:month>/<int:day>/<str:slug>/ [name='entry_page_serve']
  4. <path:blog_path>/feed/ [name='blog_page_feed_slug']
  5. feed/ [name='blog_page_feed']
  6. ^api/v2/
  7. ^django-admin/
  8. ^admin/
  9. ^documents/
  10. ^search/$ [name='search']
  11. ^sitemap\.xml$
  12. ^static/(?P<path>.*)$
  13. ^media/(?P<path>.*)$
  14. ^test404/$
  15. ^test500/$
  16. de/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  17. de/ _util/login/ [name='wagtailcore_login']
  18. de/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, de/aktivit%C3%A4ten/stellungnahmen/, 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.