Page not found (404)

Request Method: GET
Request URL: https://www.fono.hu/hu/archive_programok/86/
Raised by: wagtail.core.views.serve

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

  1. django-admin/
  2. admin/custom/gallery/<int:gallery_id>/selectimages/ [name='admin-custom-gallery-select-images']
  3. admin/
  4. documents/
  5. i18n/<slug:lan>/<int:pageid>/ [name='change-page-language']
  6. i18n/<slug:lan>/ [name='change-language']
  7. ajax/calendar/line/ [name='ajax-calendar-line']
  8. ajax/cart/status/ [name='ajax-cart-status']
  9. ajax/cart/view/ [name='ajax-cart-view']
  10. ajax/cart/product/add/ [name='ajax-cart-add-product']
  11. ajax/cart/line/delete/ [name='ajax-cart-delete-line']
  12. ajax/cart/line/quantity/ [name='ajax-cart-update-quantity']
  13. ajax/cart/addtest/ [name='ajax-cart-add-test']
  14. ajax/cart/region/ [name='ajax-cart-country-region']
  15. ajax/cart/payment-and-shipping/ [name='ajax-cart-payment-and-shipping']
  16. paypal/callback/<str:code>/ [name='payment-paypal-callback']
  17. barion/callback/<str:code>/ [name='payment-barion-callback']
  18. barion/callback/<str:code> [name='payment-barion-callback-alternative']
  19. ^static/(?P<path>.*)$
  20. ^media/(?P<path>.*)$
  21. hu/ newsletter/
  22. hu/ webbolt-termek/<slug:slug>/ [name='product-details']
  23. hu/ kosaram/ [name='cart-view']
  24. hu/ vasarlas/ [name='webshop-redirect']
  25. hu/ jegyvasarlas/passeum/ [name='passeum-landing']
  26. hu/ fiok/login/ [name='login']
  27. hu/ fiok/regisztracio/urlap/ [name='account-registration']
  28. hu/ fiok/regisztracio/siker/ [name='account-registration-success']
  29. hu/ fiok/aktivalas/<str:activation_key>/ [name='account-activate']
  30. hu/ fiok/elfelejtett-jelszo/urlap/ [name='account-forgotten-password-form']
  31. hu/ fiok/elfelejtett-jelszo/kikuldve/ [name='account-forgotten-password-sent']
  32. hu/ fiok/jelszocsere/urlap/<str:reset_key>/ [name='account-password-reset-form']
  33. hu/ fiok/jelszocsere/siker/ [name='account-password-reset-success']
  34. hu/ fiok/logout/ [name='logout']
  35. hu/ fiok/beallitasok/ [name='account-settings']
  36. hu/ fiok/rendeleseim/ [name='account-orders']
  37. hu/ fiok/rendeles/<str:token>/megtekintes/ [name='account-order-details']
  38. hu/ regi-tartalom/<slug:content_type>/<int:content_id>/ [name='old-content-link']
  39. hu/ programkereso/ [name='search-events']
  40. hu/ kereses/ [name='search']
  41. hu/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  42. hu/ _util/login/ [name='wagtailcore_login']
  43. hu/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, hu/archive_programok/86/, 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.