Page not found (404)

Request Method: GET
Request URL: https://contracteasily.com/contact-us/questionaires/

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

  1. admin/
  2. [name='index']
  3. dashboard/master/ [name='admin_dashboard']
  4. dashboard/master/chats/ [name='admin_dashboard_make_with_ai_user_chats']
  5. dashboard/master/chat/<int:chat_id>/ [name='admin_dashboard_make_with_ai_user_chat']
  6. dashboard/master/change-price/<str:agreement_type>/ [name='admin_dashboard_change_agreement_price']
  7. accounts/social/signup/ [name='socialaccount_signup']
  8. accounts/
  9. cancellation-and-refund-policy/ [name='cancellation_and_refund_policy']
  10. attorney/ [name='attorney']
  11. ^attorney_details/(?P<attorney_slug>[\w-]+)/$ [name='attorney_details']
  12. ^price-list/$ [name='price_list']
  13. terms-and-conditions/ [name='terms_and_conditions']
  14. privacy-policy/ [name='privacy_policy']
  15. disclaimer/ [name='disclaimer']
  16. custom-login [name='custom_login']
  17. custom-login-redirect [name='custom_login_redirect']
  18. ckeditor/
  19. summernote/
  20. faicon/
  21. ^sitemap.xml/$ [name='sitemap']
  22. ^robots.txt
  23. ^talk_to_lawyer/
  24. ^legal-services/
  25. ^contract-accounts/
  26. ^legal-documents/
  27. ^blogs/
  28. ^contact-us/ ^$ [name='contact_query']
  29. ^contact-us/ ^mobile/$ [name='contact_query_mobile']
  30. ^contact-us/ ^ask_a_free_question/mobile/$ [name='ask_question_mobile_view']
  31. ^law-library/
  32. ^frequently-asked-questions/
  33. ^legal-dictionary/
  34. ^document/
  35. ^user/profile/
  36. ^mobile/
  37. ^media/(?P<path>.*)$

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