Page not found (404)

Request Method: GET
Request URL: https://register.linuxfests.org/sponsor/

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

  1. ^accounts/$
  2. ^accounts/profile/$
  3. ^accounts/login/$
  4. ^accounts/logout/$
  5. ^accounts/password_change/$
  6. ^accounts/password_change/done/$
  7. ^admin/
  8. ^reg6/
  9. ^reports/
  10. ^sponsorship/
  11. ^$

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