Page not found (404)

Request Method: GET
Request URL: https://www.leithtkd.com/studentref/Yellow%2520Belt%2520Green%2520Tag

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

  1. ^ ^$ [name='index']
  2. ^ ^contact_us [name='contact']
  3. ^ ^about_us$ [name='about_us']
  4. ^ ^classes [name='classes']
  5. ^ ^what_is [name='what_is']

The current URL, studentref/Yellow%20Belt%20Green%20Tag, 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.