Page not found (404)

Request Method: GET
Request URL: https://www.kaplinski.ca/contacto

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

  1. i18n/
  2. admin/
  3. ckeditor/
  4. [name='index']
  5. about-us [name='nosotros']
  6. contact [name='contacto']
  7. request_contact [name='request_contact']
  8. blog/

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