Page not found (404)

Request Method: GET
Request URL: https://openricostruzione.regione.emilia-romagna.it/soggetto/36315)

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

  1. ^$ [name='home']
  2. ^ricostruzione-pubblica$ [name='ricostruzione-pubblica']
  3. ^ricostruzione-privata$ [name='ricostruzione-privata']
  4. ^ricostruzione-attivitaproduttive$ [name='ricostruzione-attivitaproduttive']
  5. ^ricostruzione-altro$ [name='ricostruzione-altro']
  6. ^ricostruzione-dove$ [name='comune-list']
  7. ^donazioni$ [name='donazione-list']
  8. ^comune/(?P<slug>[-\w]+)$ [name='comune-detail']
  9. ^intervento/(?P<slug>[-\w]+)$ [name='intervento-detail']
  10. ^soggetto/(?P<pk>\d+)$ [name='soggetto-detail']
  11. ^soggettoattuatore/(?P<slug>[-\w]+)$ [name='soggettoattuatore-detail']
  12. ^(?P<page_slug>chi-siamo|faq|contatti|privacy|licenze|open-data)$ [name='static']
  13. ^cerca/ [name='search']
  14. ^media\/(?P<path>.*)$
  15. ^static\/(?P<path>.*)$

The current URL, soggetto/36315), 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.