Page not found (404)

No Rejestracja matches the given query.
Request Method: GET
Request URL: https://www.interzero.tvip.pl/rejestracja/webcast/pwwpay/
Raised by: rejestracja.views.rejestracjalive

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

  1. admin/filebrowser/
  2. grappelli/
  3. ^accounts/
  4. ^admin/
  5. ^ckeditor/
  6. ^czat/
  7. ^webcast/
  8. ^konto/
  9. ^panel/ [name='dashboard']
  10. ^video/
  11. ^uzytkownicy/
  12. ^oferta/
  13. ^dostep/
  14. ^prezentacja/
  15. ^zamowienia/
  16. ^integracja/
  17. ^staty/
  18. ^rejestracja/ ^webcast/(?P<slug>[\w-]+)/$ [name='rejestracjalive']

The current path, rejestracja/webcast/pwwpay/, 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.