Page not found (404)

Request Method: GET
Request URL: http://centroteri.com/form/servizi

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

  1. ^admin/
  2. ^$ [name='index']
  3. ^servizi$
  4. ^galleria$
  5. ^servizi_en$
  6. ^chi-siamo$
  7. ^note-legali$
  8. ^amministrazione-trasparente$
  9. ^liste-attesa$
  10. ^staff$
  11. ^modulistica$
  12. form/ ^$ [name='form']
  13. form/ ^richiesta_assistenza_pdf/$ [name='richiesta_assistenza_pdf']
  14. ^privato/
  15. assistenza/

The current path, form/servizi, 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.