Page not found (404)

No FlatPage matches the given query.
Request Method: GET
Request URL: https://orgcmf.com/en-gb/pages/Landing/continnov/www.ivi.ie
Raised by: django.contrib.flatpages.views.flatpage

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

  1. [name='home']
  2. bok/ [name='omi']
  3. en-gb/ admin/
  4. en-gb/ api/
  5. en-gb/ accounts/
  6. en-gb/ assessment/
  7. en-gb/ billing/
  8. en-gb/ bok/
  9. en-gb/ pages/ <path:url> [name='django.contrib.flatpages.views.flatpage']

The current path, en-gb/pages/Landing/continnov/www.ivi.ie, matched the last one.

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.