Page not found (404)

Request Method: GET
Request URL: https://www.gardencitytravel.net/testimonial.htm

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

  1. ^admin/
  2. ^$
  3. ^aboutus/
  4. ^policy/
  5. ^services/
  6. ^programs/
  7. ^program/
  8. ^lacarte/
  9. ^team/
  10. ^search/
  11. ^testimonials/
  12. ^wishlist/
  13. ^addtowlist/
  14. ^gallery/
  15. ^inquire/
  16. ^nakhil/
  17. ^honeymooners/
  18. ^review/
  19. ^contactus/
  20. ^contact/
  21. ^submit/$
  22. ^thanks/$

The current URL, testimonial.htm, 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.