Page not found (404)

Request Method: GET
Request URL: http://midasnz.co.nz/bookings/modal/location/24/

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

  1. [name='index']
  2. signup/ [name='signup']
  3. peace-of-mind/ [name='peace']
  4. july-promotion/ [name='spend-win']
  5. api/
  6. api/
  7. blog/
  8. bookings/ ^$ [name='appointment-form']
  9. bookings/ ^dashboard/$ [name='appointment-dashboard']
  10. bookings/ ^offers/(?P<pk>[\d]+)/$ [name='appointment-form-offers']
  11. bookings/ ^thanks/$ [name='appointment-thanks']
  12. bookings/ ^(?P<slug>[\w-]+)/$ [name='appointment-form-with-location']
  13. car-care-tips/
  14. cms-page/
  15. fleet-management/
  16. dashboard/
  17. dictionary/
  18. feedback/
  19. inspection-reports/
  20. inspection-templates/
  21. locations/
  22. pages/
  23. services/
  24. resources/
  25. staff/
  26. vacancies/
  27. dashboard/login/ [name='users-login']
  28. dashboard/logout/ [name='users-logout']
  29. rate-<slug:slug> [name='location_rating']
  30. sitemap.xml
  31. sitemap-<slug:section>.xml [name='sitemap_section']
  32. admin/
  33. __debug__/
  34. ^media/(?P<path>.*)$
  35. ^s/(?P<path>.*)$
  36. <slug:section>/ [name='pages_section']
  37. <slug:section>/<slug:page>/ [name='pages_page']

The current path, bookings/modal/location/24/, 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.