Page not found (404)

Request Method: GET
Request URL: http://colectivo8demarzo.org/organizacion_comunitarias/index.html

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

  1. ^admin/
  2. ^$ [name='home']
  3. ^videos/$ [name='videos']
  4. ^videos/(?P<pk>\d+)/$ [name='video']
  5. ^noticia/$ [name='noticias']
  6. ^noticia/(?P<pk>\d+)/$ [name='noticia']
  7. ^arte/$ [name='artes']
  8. ^arte/(?P<pk>\d+)/$ [name='arte']
  9. ^evento/$ [name='eventos']
  10. ^evento/(?P<pk>\d+)/$ [name='evento']
  11. ^teatro/$ [name='teatros']
  12. ^teatro/(?P<pk>\d+)/$ [name='teatro']
  13. ^formacion/$ [name='formaciones']
  14. ^formacion/(?P<pk>\d+)/$ [name='formacion']
  15. ^organizacion_comunitarias/$ [name='organizacion_comunitarias']
  16. ^organizacion_comunitarias/(?P<pk>\d+)/$ [name='organizacion_comunitaria']
  17. ^audios/$ [name='audios']
  18. ^audios/(?P<pk>\d+)/$ [name='audio']

The current path, organizacion_comunitarias/index.html, 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.