Page not found (404)

Request Method: GET
Request URL: https://uod.ac/about/
Raised by: wagtail.views.serve

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. ^ckeditor/
  6. ^search/$ [name='search']
  7. ^courses/$ [name='courses']
  8. ^staff/(?P<slug>[\w\-]+)/$ [name='staff']
  9. ^staff/$ [name='staff_index']
  10. ^staffcol/(?P<colM>[\w\-]+)/$ [name='staff_index']
  11. ^staffdept/(?P<colM>[\w\-]+)/(?P<deptM>[\w\-]+)/$ [name='staff_index']
  12. ^staffsearch/$ [name='staff_index']
  13. ^staffletter/(?P<letter>[\w\-]+)/$ [name='staff_index']
  14. api/chat/ [name='chat_api']
  15. ai/ [name='chatbot']
  16. ckeditor/browse/images/ [name='ckeditor_image_browser']
  17. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  18. _util/login/ [name='wagtailcore_login']
  19. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, about/, matched the last one.