Page not found (404)

Request Method: GET
Request URL: https://bonds.tomsk.ru/kontakti.html

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

  1. admin/
  2. ajax_select/
  3. news/
  4. faq/
  5. dashboard/
  6. documents/
  7. signin
  8. ^calculator$
  9. login [name='login']
  10. get_sms_code [name='get_sms_code']
  11. send_sms_code [name='send_sms_code']
  12. logout [name='logout']
  13. signup [name='signup']
  14. recover [name='recover_password']
  15. reset/<uidb64>/<token>/ [name='recover_password_confirm']
  16. contact [name='contact']
  17. ^subscribe [name='subscribe']
  18. ^unsubscribe-success [name='unsubscribe-success']
  19. ^unsubscribe/(?P<pk>[0-9A-Fa-f-]+) [name='unsubscribe']
  20. ^request-unsubscribe/(?P<sub_uuid>[0-9A-Fa-f-]+) [name='request-unsubscribe']
  21. ^wakemydyno\.txt$
  22. ^how-to-buy$
  23. ^nalog$
  24. ^sell$
  25. ^$
  26. analytics
  27. ^bond-issues/$ [name='bondissue-list']
  28. ^bond-issues\.(?P<format>[a-z0-9]+)/?$ [name='bondissue-list']
  29. ^bond-issues/active/$ [name='bondissue-active']
  30. ^bond-issues/active\.(?P<format>[a-z0-9]+)/?$ [name='bondissue-active']
  31. ^bond-issues/recent/$ [name='bondissue-recent']
  32. ^bond-issues/recent\.(?P<format>[a-z0-9]+)/?$ [name='bondissue-recent']
  33. ^$ [name='api-root']
  34. ^\.(?P<format>[a-z0-9]+)/?$ [name='api-root']

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