Page not found (404)

Request Method: GET
Request URL: https://eletmentok.esolr.me/fizetesi-tajekoztato/
Raised by: wagtail.views.serve

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

  1. django-admin/
  2. admin/
  3. documents/
  4. search/ [name='search']
  5. tamogatas/kovet/<int:pk>/<str:code>/ [name='donation-project-edit']
  6. tamogatas/kovet/<int:pk>/ [name='donation-project-start']
  7. tamogatas/adomany/<str:code>/ [name='donation-general-edit']
  8. tamogatas/adomany/ [name='donation-general-start']
  9. tamogatas/<str:code>/bankkartya/megerosites/ [name='donation-summary-simplepay']
  10. tamogatas/<str:code>/bankkartya/eredmeny/ [name='donation-result-simplepay']
  11. tamogatas/<str:code>/hiba/ [name='donation-result-error']
  12. tamogatas/<str:code>/eredmeny/ [name='donation-result-general']
  13. tamogatas/<str:code>/timeout/simplepay/ [name='donation-timeout-simplepay']
  14. simplepay/ipn/ [name='donation-backend-simplepay']
  15. ajax/deliverymap/ [name='ajax-delivery-map']
  16. ^static/(?P<path>.*)$
  17. ^media/(?P<path>.*)$
  18. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  19. _util/login/ [name='wagtailcore_login']
  20. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, fizetesi-tajekoztato/, 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.