Page not found (404)

Request Method: GET
Request URL: https://virtuallysafe.org/stm-media-gallery/video-1/

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

  1. admin/
  2. [name='index']
  3. about [name='about']
  4. youngpeople [name='youngpeople']
  5. parents [name='parents']
  6. educators [name='educators']
  7. teachersresources [name='teachersresources']
  8. parentresources [name='parentresources']
  9. contactus [name='contactus']
  10. fellowship [name='fellowship']
  11. competitions [name='competitions']
  12. safegambling [name='safegambling']
  13. quiz [name='quiz']
  14. yes_or_no_card [name='yes_or_no_card']
  15. youngpeopleresources [name='youngpeopleresources']
  16. ckeditor5/
  17. ^media/(?P<path>.*)$
  18. ^static/(?P<path>.*)$

The current path, stm-media-gallery/video-1/, 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.