Page not found (404)

Request Method: GET
Request URL: https://matadinenga.cd/en/extra/homepage-8/portfolio-one.html

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

  1. en/ admin/
  2. en/ rosetta/
  3. en/ [name='home']
  4. en/ firm/ [name='firm']
  5. en/ barrister/ [name='barrister']
  6. en/ team/ [name='team']
  7. en/ publications/ [name='publications']
  8. en/ gallery/ [name='gallery']
  9. en/ contact/ [name='contact']
  10. en/ send_email/ [name='send_email']

The current path, en/extra/homepage-8/portfolio-one.html, 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.