Page not found (404)

Request Method: GET
Request URL: http://bunchrew-caravanpark.co.uk/things-to-do/gaelic-lessons.html

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

  1. bunchrew-admin/
  2. admin/
  3. FAQ [name='faq']
  4. [name='home']
  5. things-to-do [name='things_to_do']
  6. about-the-park [name='about_the_park']
  7. gallery [name='gallery']
  8. prices [name='prices']
  9. about-the-park/facilities [name='facilities']
  10. about-the-park/caravans-and-chalet [name='caravans_chalets']
  11. about-the-park/park-layout [name='park_layout']
  12. about-the-park/park-location [name='park_location']
  13. about-the-park/terms [name='terms_conditions']
  14. things-to-do/walking [name='walking']
  15. things-to-do/climbing [name='climbing']
  16. things-to-do/whisky-trails [name='whisky_trails']
  17. things-to-do/shopping [name='shopping']
  18. things-to-do/gaelic-lessons [name='lessons']
  19. things-to-do/cycling-hire [name='cycling_hire']
  20. things-to-do/watersports [name='watersports']
  21. things-to-do/wildlife [name='wildlife']
  22. things-to-do/entertainment [name='entertainment']
  23. things-to-do/eating-out [name='eating_out']
  24. FAQ/delete/<int:question_id> [name='delete_question']
  25. enquiries/
  26. accounts/password/change/ [name='custom_password_change']
  27. accounts/confirm-email/ [name='confirm_email']
  28. accounts/
  29. booking/
  30. profiles/
  31. ^media/(?P<path>.*)$
  32. ^static/(?P<path>.*)$

The current path, things-to-do/gaelic-lessons.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.