Page not found (404)

Request Method: GET
Request URL: https://puchar.lo5.bielsko.pl/sponsorzy

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

  1. [name='news']
  2. aktualnosci/
  3. konkurs/ [name='aboutcontest']
  4. regulamin/ [name='rules']
  5. zadania/ [name='tests']
  6. wyniki/ [name='scores']
  7. wyniki/<int:year>/ [name='scores']
  8. kontakt/ [name='contact']
  9. rejestracja/ [name='signup']
  10. konto/ [name='account']
  11. zgloszenie/ [name='submission']
  12. robots.txt
  13. sitemap.xml
  14. login/ [name='login']
  15. logout/ [name='logout']
  16. password_change/ [name='password_change']
  17. password_change/done/ [name='password_change_done']
  18. password_reset/ [name='password_reset']
  19. password_reset/done/ [name='password_reset_done']
  20. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  21. reset/done/ [name='password_reset_complete']
  22. admin/
  23. tinymce/
  24. ^static\/(?P<path>.*)$
  25. ^media\/(?P<path>.*)$

The current path, sponsorzy, didn’t match any of these.

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.