Page not found (404)

Request Method: GET
Request URL: http://spanishinvalladolid.com/cursos/especificos/espanol-para-profesionales-de-la-salud/

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

  1. ^cursos/grappelli/
  2. ^cursos/admin/
  3. ^cursos/tinymce/
  4. ^cursos/i18n/
  5. ^cursos/$ [name='home']
  6. ^cursos/calculator/ [name='calc']
  7. ^cursos/check/ [name='check']
  8. ^cursos/resumen/pago/ok [name='status-ok']
  9. ^cursos/resumen/pago/nok [name='status-nok']
  10. ^cursos/resumen/pago/ [name='payment']
  11. ^cursos/resumen/ [name='summary']
  12. ^cursos/categoria/(?P<slug>[-\w]+)/ [name='category']
  13. ^cursos/(?P<slug>[-\w]+)/registro/ [name='reg']
  14. ^cursos/(?P<slug>[-\w]+)/$ [name='view']
  15. ^public/media/(?P<path>.*)$

The current URL, cursos/especificos/espanol-para-profesionales-de-la-salud/, 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.