Page not found (404)

Request Method: GET
Request URL: https://ipi.conse.co/contact_us/?origin_country=3&target_country=1

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

  1. [name='index']
  2. select_country/ [name='selectCountry']
  3. getdestionationoptions/ [name='getdestionationoptions']
  4. plan_your_trip/ [name='planyourtriphome']
  5. protection_recomendations/ [name='protectionrecomendations']
  6. migrations_requirements/ [name='migrationsrequirements']
  7. general_country_data/ [name='generalcountrydata']
  8. refugee_aplication/ [name='refugeeaplication']
  9. visa/ [name='visa']
  10. phonebook_select_city/ [name='phonebookselectcity']
  11. phonebook/ [name='phonebook']
  12. GeneralBasicRight/ [name='GeneralBasicRight']
  13. moduloetpv/ [name='moduloetpv']
  14. national/ [name='national']
  15. redocs/
  16. admin/
  17. admin/doc/
  18. api/
  19. accounts/
  20. ^static\/(?P<path>.*)$
  21. ^media\/(?P<path>.*)$

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