Page not found (404)

Request Method: GET
Request URL: https://quidditch.at/dashboard/dashboard-document-invoice.html

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

  1. [name='home']
  2. nationalteam/ [name='national']
  3. about/ [name='about']
  4. harassment/ [name='harassment']
  5. sqopsW9LDaQso/
  6. users/
  7. teams/
  8. tournaments/
  9. accounts/
  10. terms/
  11. docs/
  12. ^media\/(?P<path>.*)$
  13. 400/
  14. 403/
  15. 404/
  16. 500/

The current path, dashboard/dashboard-document-invoice.html, 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.