Page not found (404)

Request Method: GET
Request URL: https://mcs.utm.utoronto.ca/tholden/submit_typo/

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

  1. __debug__/
  2. tholden/login/ [name='remote_login']
  3. tholden/book/
  4. tholden/accounts/
  5. tholden/admin/

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