Page not found (404)

No Hiztegia matches the given query.
Request Method: GET
Request URL: https://gazteak.ahotsak.eus/gazte-hiztegia/sarrera/klabera-izan
Raised by: gazteak.hiztegia.views.sarrera

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

  1. ^$ [name='frontpage']
  2. ^robots.txt$
  3. ^elkarrizketak/
  4. ^gazteei-buruz/
  5. ^gazteak-bideoteka/
  6. ^gazte-hiztegia/ ^$ [name='hiztegia_index']
  7. ^gazte-hiztegia/ ^sarrera/(?P<sarrera_slug>[^/]+)$ [name='hiztegi_sarrera']

The current path, gazte-hiztegia/sarrera/klabera-izan, 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.