Page not found (404)

Request Method: GET
Request URL: https://uod.ac/about/top-stories/events/1-%25D9%2587%25DA%2598%25D9%2585%25D8%25A7%25D8%25B1%25DB%2595%25D9%2583%25D8%25A7-%25D9%2586%25D9%2588%25DA%2598%25D8%25AF%25D8%25A7%25D8%25B1%25DB%258E%25D9%2586-%25D9%2588%25DB%2595%25D9%2584%25D8%25A7%25D8%25AA%25DB%258E-%25D9%2585%25D8%25B3%25D8%25B1%25DB%258E-%25D8%25B3%25DB%2595%25D8%25B1%25DB%2595%25D8%25AF%25D8%25A7%25D9%2586%25D8%25A7-%25D8%25B2%25D8%25A7%25D9%2586%25D9%2583%25DB%2586%25DB%258C%25D8%25A7-%25D8%25AF%25D9%2587%25D9%2580%25DB%2586%25D9%2583-%25D9%2583%25D8%25B1/

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

  1. ^i18n/
  2. ^django-admin/
  3. ^admin/
  4. ^documents/
  5. ^search/$ [name='search']
  6. ^blog/feed/basic$ [name='basic_feed']
  7. ^blog/feed/extended$ [name='extended_feed']
  8. ^blog/feed/basic.json$ [name='basic_json_feed']
  9. ^blog/feed/extended.json$ [name='extended_json_feed']
  10. ^courses/$ [name='courses']
  11. ^staff/(?P<slug>[\w\-]+)/$ [name='staff']
  12. ^staff/$ [name='staff_index']
  13. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  14. _util/login/ [name='wagtailcore_login']
  15. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  16. ^static\/(?P<path>.*)$
  17. ^media\/(?P<path>.*)$

The current path, about/top-stories/events/1-%D9%87%DA%98%D9%85%D8%A7%D8%B1%DB%95%D9%83%D8%A7-%D9%86%D9%88%DA%98%D8%AF%D8%A7%D8%B1%DB%8E%D9%86-%D9%88%DB%95%D9%84%D8%A7%D8%AA%DB%8E-%D9%85%D8%B3%D8%B1%DB%8E-%D8%B3%DB%95%D8%B1%DB%95%D8%AF%D8%A7%D9%86%D8%A7-%D8%B2%D8%A7%D9%86%D9%83%DB%86%DB%8C%D8%A7-%D8%AF%D9%87%D9%80%DB%86%D9%83-%D9%83%D8%B1/, 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.