Page not found (404)

Request Method: GET
Request URL: https://floodaware.net/fullscreen-image.html

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

  1. login/ [name='login']
  2. accounts/login/ [name='login']
  3. logout/ [name='logout']
  4. password_change/ [name='password_change']
  5. password_change_done/ [name='password_change_done']
  6. password_reset/ [name='password_reset']
  7. password_reset_done/ [name='password_reset_done']
  8. password_reset_confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  9. password_reset_complete/ [name='password_reset_complete']
  10. [name='public_home']
  11. about_us/ [name='about_us']
  12. collaborators/ [name='collaborators']
  13. technology/ [name='technology']
  14. learn_and_explore [name='learn_and_explore']
  15. floodaware_in_action [name='floodaware_in_action']
  16. outreach [name='outreach']
  17. academic_products [name='academic_products']
  18. dev/
  19. ^media\/(?P<path>.*)$

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