Page not found (404)

Request Method: GET
Request URL: https://iridedallas.com/sedan.htm

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

  1. admin/
  2. [name='home_page_view']
  3. about/ [name='about_page_view']
  4. reservations/ [name='reservations_page_view']
  5. feedback/add/ [name='add_feedback_view']
  6. contact/ [name='contact_page_view']
  7. account/ [name='account_page_view']
  8. careers/ [name='careers_page_view']
  9. careers/<str:id> [name='job_detail_view_page']
  10. pricing/ [name='pricing_page_view']
  11. zero-tolerance/ [name='zero_tolerance_view']
  12. fleet/ [name='fleet_page_view']
  13. portal/

The current path, sedan.htm, 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.