Page not found (404)

No Fitxa matches the given query.
Request Method: GET
Request URL: https://ikasgelan.ahotsak.eus/fitxak/gerraostea-emakumeak-lantegitik-etxera
Raised by: ikasgelan.base.views.fitxa

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

  1. ^$ [name='frontpage']
  2. ^robots.txt$
  3. ^euskalkitegia$ [name='euskalkitegia']
  4. ^fitxak$ [name='fitxa_index']
  5. ^fitxak/ ^$ [name='fitxak_index']
  6. ^fitxak/ ^(?P<slug>[^/]+)$ [name='fitxa']

The current path, fitxak/gerraostea-emakumeak-lantegitik-etxera, 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.