Page not found (404)

Request Method: GET
Request URL: https://uod.ac/about/top-stories/activities/%25D8%25B3%25DB%2595%25D8%25B1%25DB%2586%25DA%25A9%25DB%258E-%25D8%25B2%25D8%25A7%25D9%2586%25DA%25A9%25DB%2586%25DB%258C%25D8%25A7-%25D8%25AF%25D9%2587%25DB%2586%25DA%25A9-%25D9%25BE%25DB%258E%25D8%25B4%25D9%2588%25D8%25A7%25D8%25B2%25DB%258C-%25D9%2584-%25D8%25A8%25DB%2595%25D8%25B1%25D9%25BE%25D8%25B1%25D8%25B3%25DB%258E-%25D9%2584%25D9%2582%25DB%258E-%25D8%25A6%25DB%258E%25DA%25A9-%25DA%25A9%25D8%25B1/?lang=ku

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/activities/%D8%B3%DB%95%D8%B1%DB%86%DA%A9%DB%8E-%D8%B2%D8%A7%D9%86%DA%A9%DB%86%DB%8C%D8%A7-%D8%AF%D9%87%DB%86%DA%A9-%D9%BE%DB%8E%D8%B4%D9%88%D8%A7%D8%B2%DB%8C-%D9%84-%D8%A8%DB%95%D8%B1%D9%BE%D8%B1%D8%B3%DB%8E-%D9%84%D9%82%DB%8E-%D8%A6%DB%8E%DA%A9-%DA%A9%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.