Page not found (404)

Request Method: GET
Request URL: http://www.i2institute.org/introducing/registration/

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

  1. ^admin/
  2. ^media/(?P<path>.*)$
  3. ^jsi18n/$
  4. ^tinymce/
  5. ^paperclip/
  6. ^ ^$
  7. ^ ^404/$
  8. ^ ^contact_form_submission_ajax/$
  9. ^ ^contact_ajax/$
  10. ^ ^impact/$
  11. ^ ^impact/register-login/$
  12. ^ ^impact/dev-login/$
  13. ^ ^introducing/$
  14. ^ ^introducing/schedule/$
  15. ^ ^introducing/sponsors/$
  16. ^ ^introducing/speakers/$
  17. ^ ^introducing/speakers/al-mady/$
  18. ^ ^introducing/speakers/ito/$
  19. ^ ^introducing/speakers/brandeau/$
  20. ^ ^introducing/speakers/sindi/$
  21. ^ ^introducing/speakers/dyson/$
  22. ^ ^introducing/speakers/zolli/$
  23. ^ ^introducing/speakers/fabricant/$
  24. ^rosetta/

The current URL, introducing/registration/, 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.