Page not found (404)

Request Method: GET
Request URL: http://mmc.kdl.kcl.ac.uk/souvenirs/what-mozart-saw/1764-paris-place-de-gr%25C3%25A8ve-now-place-de-lh%25C3%25B4tel-de-ville/

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

  1. ^admin/
  2. ^digger/
  3. ^wagtail/
  4. ^documents/
  5. ^search/
  6. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  7. _util/login/ [name='wagtailcore_login']
  8. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  9. ^static\/(?P<path>.*)$
  10. ^media\/images\/(?P<path>.*)$

The current path, souvenirs/what-mozart-saw/1764-paris-place-de-gr%C3%A8ve-now-place-de-lh%C3%B4tel-de-ville/, 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.