Page not found (404)

Request Method: GET
Request URL: https://teraibloodbank.org/testimonials/

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

  1. [name='index']
  2. blood-collection/ [name='blood_collection']
  3. blood-and-component-issue/ [name='component_issue']
  4. blood-bank-gallery/ [name='gallery_view']
  5. food-distribution/ [name='food_event']
  6. thalassemia-daycare-center/ [name='thalasemia']
  7. apheresis-care/ [name='apheresis']
  8. milestones-for-bloodbank/ [name='milestones']
  9. roll-of-honor/ [name='roll_of_honour']
  10. homeo-care/ [name='homeo']
  11. critical-care-ambulance/ [name='ambulance']
  12. immunisaion-center/ [name='immune']
  13. mother-child-center/ [name='mother_child']
  14. oxygen-seva/ [name='oxygen_seva']
  15. eye-screeing/ [name='eye_screening']
  16. annapurna-rasoi/ [name='annapurna_rasoi']
  17. organise-camps/ [name='organise_camp']
  18. donate-blood/ [name='donate_blood_view']
  19. need-blood/ [name='need_blood_view']
  20. donor-interview/ [name='donor_interviews']
  21. camp-organiser-video/ [name='camp_videos']
  22. member-resources/ [name='member_resource']
  23. create-folder/ [name='folder_create']
  24. abhar/ [name='abhar']
  25. rakta_arpan/ [name='rakta_arpan']
  26. covid/ [name='covid']
  27. upload-files/ [name='upload_files']
  28. ^folder-details/(?P<folder_slug>[\w-]+)/$ [name='folder_details']
  29. dowmload-files/ [name='download_files']
  30. ^download-files/folder/(?P<folder_slug>[\w-]+)/$ [name='download_files_folder']
  31. history/ [name='about_history']
  32. success-stories/ [name='about_success_story']
  33. blood-collection-process/ [name='about_blood_collection']
  34. learn-about-blood-donation/ [name='about_blood_donation']
  35. from-the-chairman/ [name='about_chairman']
  36. from-the-president/ [name='about_president']
  37. dignatory-visits/ [name='dignatory_visits']
  38. offer-support/ [name='offer_support']
  39. faq/ [name='faq']
  40. admin/
  41. blood_bnak_times/ [name='blood_bnak_times']
  42. blood_bnak_times2/ [name='blood_bnak_times2']
  43. on_going_activities/ [name='on_going_activities']
  44. add_activities/ [name='add_activities']
  45. Hemophilia_Treatment_Centre/ [name='Hemophilia_Treatment_Centre']
  46. terms_conditions/ [name='terms_conditions']
  47. refund_policy/ [name='refund_policy']
  48. privacy_policy/ [name='privacy_policy']
  49. pricing/ [name='pricing']
  50. diagnostic-centre/ [name='diagnostic_centre']
  51. covid-vaccination-centre/ [name='covid_vaccination_centre']
  52. plasmapheresis/ [name='plasmapheresis']
  53. ^event_details/(?P<event_slug>[\w-]+)/$ [name='event_details']
  54. ^update_activities/(?P<event_slug>[\w-]+)/$ [name='update_activities']
  55. ^delete_activities/(?P<event_slug>[\w-]+)/$ [name='activity_delete']
  56. ^accounts/
  57. ^contact-us/
  58. ^ckeditor/
  59. ^media/(?P<path>.*)$

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