Page not found (404)

Request Method: GET
Request URL: http://www.supermed.ca/terms.html

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

  1. admin/
  2. [name='home']
  3. home.html [name='home']
  4. contact.html [name='contact']
  5. hours.html [name='hours']
  6. service.html [name='service']
  7. fees.html [name='fees']
  8. downloadable.html [name='downloadable']
  9. policies.html [name='policies']
  10. resources.html [name='resources']
  11. clinicNews.html [name='clinicNews']
  12. faqs.html [name='faqs']
  13. about.html [name='about']
  14. appointment.html [name='appointment']

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