Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:8000/error_docs/forbidden.html

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

  1. ^$ [name='home']
  2. ^current-team-selection/
  3. ^match-statistics/$ [name='match-stats']
  4. ^match-statistics/page/(?P<page>\d+)/$ [name='match-stats-page']
  5. ^team-selection-history/
  6. ^archive/$ [name='arch']
  7. ^ground-directions/$ [name='ground']
  8. ^login/$ [name='login']
  9. ^logout/$ [name='logout']
  10. ^dashboard/
  11. ^password_reset/
  12. ^dashboard/admin/

The current URL, error_docs/forbidden.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.