Page not found (404)

Request Method: GET
Request URL: http://localhost:7392/job_submit.html

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

  1. ^admin/
  2. ^ ^$
  3. ^ ^about
  4. ^ ^upload
  5. ^ ^diffusion
  6. ^ ^job_status
  7. ^ ^job_search
  8. ^ ^find
  9. ^ ^notification
  10. ^ ^result
  11. ^ ^schedule
  12. ^ ^faq
  13. ^ ^feedback
  14. ^ ^savefeedback
  15. ^ ^genemap
  16. ^static/(?P<path>.*)$

The current path, job_submit.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.