Page not found (404)

Request Method: GET
Request URL: http://www.bharathlajhna.com/contact-us.html

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

  1. admin/
  2. superadmin/
  3. [name='index']
  4. About-Us [name='about']
  5. Services [name='services']
  6. Ongoing-projects [name='ongoing']
  7. Upcoming-projects [name='upcoming']
  8. Completed-projects [name='completed']
  9. Project/<slug:slug>/ [name='project_detail']
  10. Our-Branches [name='branches']
  11. Photo-Gallery [name='photo']
  12. Video-Gallery [name='video']
  13. Celebrations [name='celebrations']
  14. CSR-Activities [name='csr']
  15. Loans [name='loans']
  16. Join-Us [name='career']
  17. Membership [name='member']
  18. Privacy-&-Policy [name='privacy']
  19. download_brochure [name='download_brochure']
  20. Quick [name='quick']
  21. Contact-us [name='contact']
  22. Video-Change [name='change_video']
  23. Blogs [name='blog']
  24. Steps-To-Achieve-Financial-Freedom-In-7-Years-Or-Less [name='blog_1']
  25. Reasons-to-Join-Hands-with-Bharath-Lajhna [name='blog_2']
  26. Blogs.mail [name='send.blog']
  27. form_upload/ [name='form_upload']
  28. get_lazyform_content/ [name='get_lazyform_content']
  29. ^media/(?P<path>.*)$
  30. ^static/(?P<path>.*)$

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