Page not found (404)

Request Method: GET
Request URL: https://www.leedsfootandankleclinic.co.uk/links

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

  1. login/ [name='login']
  2. logout/ [name='logout']
  3. password_change/ [name='password_change']
  4. password_change/done/ [name='password_change_done']
  5. password_reset/ [name='password_reset']
  6. password_reset/done/ [name='password_reset_done']
  7. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  8. reset/done/ [name='password_reset_complete']
  9. admin/
  10. [name='home']
  11. home/ [name='home']
  12. surgeon/ [name='surgeon']
  13. about/ [name='about']
  14. contact/ [name='contact']
  15. big-toe-mtpj-fusion-surgery/ [name='procedure_detail_mtpj']
  16. bunion-surgery/ [name='procedure_detail_bunion']
  17. plantar-fasciitis/ [name='procedure_detail_plantar']
  18. scarf-akin-procedure-bunion-correction/ [name='procedure_detail_scarf']
  19. non-insertional-achilles-tendonitis/ [name='prodcedure_detail_non_insertional_achilles_tendonitis']
  20. insertional-achilles-tendonitis/ [name='procedure_detail_insertional_achilles_tendonitis']
  21. ankle-fusion-surgery/ [name='procedure_detail_ankle_fusion_surgery']
  22. ankle-ligament-reconstruction/ [name='procedure_detail_ankle_ligament_reconstruction']
  23. ankle-arthoscopy/ [name='procedure_detail_ankle_arthoscopy']
  24. client-reviews/ [name='testimonials']
  25. error/ [name='error']
  26. error/ [name='error']
  27. ^static/(?P<path>.*)$
  28. ^media/(?P<path>.*)$

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