Page not found (404)

Request Method: GET
Request URL: https://www.myibookpacific.com/coralview-island-resort//

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

  1. ^accounts/login/$ [name='login']
  2. ^accounts/logout/$ [name='logout']
  3. ^$ [name='home-page']
  4. ^(?P<slug>[a-z\-]+)/terms/$ [name='terms-page']
  5. ^(?P<slug>[a-z\-]+)/faq/$ [name='faq-page']
  6. ^exchange_rates_update$ [name='exchange-rates']
  7. ^ ^(?P<slug>[a-z\-]+)/embed$ [name='hotel-detail']
  8. ^ ^ta-service/instantbk/$ [name='ta-service']
  9. ^ ^ta-service/instantbk/config$ [name='ta-service-config']
  10. ^ ^ta-service/instantbk/hotel_inventory$ [name='hotel-inventory']
  11. ^ ^ta-service/instantbk/hotel_availability$ [name='hotel-availability']
  12. ^ ^ta-service/instantbk/booking_availability$ [name='booking-availability']
  13. ^ ^ta-service/instantbk/booking_submit$ [name='booking-submit']
  14. ^ ^ta-service/instantbk/booking_verify$ [name='booking-verify']
  15. ^ ^ta-service/instantbk/booking_cancel$ [name='booking-cancel']
  16. ^ ^ta-service/instantbk/booking_sync$ [name='booking-sync']
  17. ^ ^ta-service/instantbk/room_information$ [name='room-information']
  18. ^ ^ta-service/review_express_status$ [name='ta-review-express-status']
  19. ^ ^ta-service/review_express_list$ [name='ta-review-express-list']
  20. ^admin/
  21. ^(?P<slug>[a-z\-]+)/control/$ [name='control-panel']
  22. ^(?P<slug>[a-z\-]+)/control/(?P<user_id>\d+)/profile/$ [name='control-profile']
  23. ^(?P<slug>[a-z\-]+)/control/(?P<user_id>\d+)/banner/$ [name='control-banner']
  24. ^(?P<slug>[a-z\-]+)/control/(?P<user_id>\d+)/banner/new/$ [name='control-new-banner']
  25. ^(?P<slug>[a-z\-]+)/control/(?P<user_id>\d+)/banner/(?P<banner_id>\d+)$ [name='control-current-banner']
  26. ^(?P<slug>[a-z\-]+)/control/(?P<user_id>\d+)/room/(?P<room_id>\d+)$ [name='control-room-type']
  27. ^(?P<slug>[a-z\-]+)/control/(?P<user_id>\d+)/room/$ [name='control-room']
  28. ^(?P<slug>[a-z\-]+)/control/(?P<user_id>\d+)/report/$ [name='control-report']
  29. ^(?P<slug>[a-z\-]+)/control/(?P<user_id>\d+)/report/booking-checkin/$ [name='report-book-checkin']
  30. ^(?P<slug>[a-z\-]+)/control/(?P<user_id>\d+)/report/booking-bookon/$ [name='report-book-bookon']
  31. ^(?P<slug>[a-z\-]+)/control/(?P<user_id>\d+)/booking/(?P<gbb_id>\d+)$ [name='control-booking']
  32. ^(?P<slug>[a-z\-]+)/control/(?P<user_id>\d+)/help/$ [name='control-help']
  33. ^rate/get_total/$ [name='get-total']
  34. ^(?P<slug>[a-z\-]+)/retrieve-booking/$ [name='retrieve-booking']
  35. ^(?P<slug>[a-z\-]+)/(?P<booking_id>\d+)/amend/$ [name='amend-booking']
  36. ^(?P<slug>[a-z\-]+)/booking-request/thank-you/$ [name='thank-you']
  37. ^uprising-widget/$ [name='ihotel-detail-index']
  38. ^(?P<slug>[a-z\-]+)/$ [name='hotel-detail']
  39. ^widget/(?P<slug>[a-z\-]+)/$ [name='ihotel-detail']
  40. ^(?P<slug>[a-z\-]+)/(?P<booking_id>\d+)/receipt/$ [name='booking-receipt']
  41. ^(?P<slug>[a-z\-]+)/booking-request/$ [name='booking-request']
  42. ^rate/ajax-request/$ [name='ajax-request']
  43. ^(?P<hotel>[a-z\-]+)/send-email/$ [name='social-email']
  44. ^process/(?P<slug>[a-z\-]+)/(?P<booking_id>\d+)/$ [name='process-booking']
  45. ^(?P<booking_id>\d+)/record/(?P<record_id>\d+)/$ [name='card-record']
  46. ^reporting/

The current URL, coralview-island-resort//, 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.