Page not found (404)

Request Method: GET
Request URL: http://ncc.connectbbc.com/Pages/Contact.aspx

Using the URLconf defined in nccshuttle.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. cc_payment/ [name='cc_payment']
  10. bc_payment/ [name='bc_payment']
  11. summary/ [name='summary']
  12. shuttle/find/<str:request_type>/ [name='find']
  13. shuttle/list/ [name='list']
  14. shuttle/edit/ [name='edit']
  15. shuttle/cancel/ [name='cancel']
  16. shuttle/receipt/<int:_id>/ [name='receipt']
  17. shuttle/contact/ [name='contact']

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