Page not found (404)

Request Method: GET
Request URL: https://icare.sanita.toscana.it/ur/%25D9%2582%25D8%25A7%25D9%2586%25D9%2588%25D9%2586-%25D8%25B3%25D8%25A7%25D8%25B2%25DB%258C/%25D8%25AD%25D8%25A7%25D9%2585%25D9%2584%25DB%2581-%25D8%25BA%25DB%258C%25D8%25B1-%25D9%2585%25D9%2584%25DA%25A9%25DB%258C%25D9%2588%25DA%25BA-%25DA%25A9%25DB%2592-%25D9%2584%25DB%258C%25DB%2592-%25D8%25B5%25D8%25AD%25D8%25AA-%25DA%25A9%25DB%258C-%25D8%25AF%25DB%258C%25DA%25A9%25DA%25BE-%25D8%25A8%25DA%25BE%25D8%25A7%25D9%2584/

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

  1. django-admin/
  2. admin/
  3. documents/
  4. ^static/(?P<path>.*)$
  5. ^media/(?P<path>.*)$
  6. ur/ search/ [name='search']
  7. ur/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  8. ur/ _util/login/ [name='wagtailcore_login']
  9. ur/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, ur/%D9%82%D8%A7%D9%86%D9%88%D9%86-%D8%B3%D8%A7%D8%B2%DB%8C/%D8%AD%D8%A7%D9%85%D9%84%DB%81-%D8%BA%DB%8C%D8%B1-%D9%85%D9%84%DA%A9%DB%8C%D9%88%DA%BA-%DA%A9%DB%92-%D9%84%DB%8C%DB%92-%D8%B5%D8%AD%D8%AA-%DA%A9%DB%8C-%D8%AF%DB%8C%DA%A9%DA%BE-%D8%A8%DA%BE%D8%A7%D9%84/, 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.