Page not found (404)

Request Method: GET
Request URL: https://todo.kiev.ua/en/documents/registration/

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

  1. admin/
  2. [name='index']
  3. translations/ [name='translations']
  4. legalization/ [name='legalization']
  5. documents-restoration/ [name='documents_restoration']
  6. additional/ [name='additional']
  7. get_service/ [name='get_service']
  8. save_order/ [name='save_order']
  9. get_language/ [name='get_language']
  10. robots.txt
  11. sitemap.xml
  12. i18n/
  13. en/ [name='index']
  14. en/ translations/ [name='translations']
  15. en/ legalization/ [name='legalization']
  16. en/ documents-restoration/ [name='documents_restoration']
  17. en/ additional/ [name='additional']
  18. en/ get_service/ [name='get_service']
  19. en/ save_order/ [name='save_order']
  20. en/ get_language/ [name='get_language']
  21. ^static/(?P<path>.*)$
  22. ^media/(?P<path>.*)$

The current path, en/documents/registration/, 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.