Page not found (404)

Request Method: GET
Request URL: http://lansdowne.connectbbc.com/shuttle/Roundtrip.aspx

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

  1. [name='main']
  2. select/ [name='pick_up_select']
  3. round_trip/arr/ [name='round_trip_ib']
  4. round_trip/dep/ [name='round_trip_ob']
  5. airport/ [name='ib']
  6. hotel/ [name='ob']
  7. passenger/ [name='passenger']
  8. select_payment/ [name='select_payment']
  9. bc_payment/ [name='bc_payment']
  10. summary/ [name='summary']
  11. shuttle/find/<str:request_type>/ [name='find']
  12. shuttle/list/ [name='list']
  13. shuttle/edit/ [name='edit']
  14. shuttle/cancel/ [name='cancel']
  15. shuttle/receipt/<int:_id>/ [name='receipt']
  16. shuttle/contact/ [name='contact']

The current path, shuttle/Roundtrip.aspx, 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.