Page not found (404)

Request Method: GET
Request URL: http://zapsibcok.ru/reestr/index.html

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

  1. [name='main']
  2. news/ [name='news']
  3. contact/ [name='contact']
  4. details/$ [name='post_details']
  5. detailview/<slug:content>/<slug:pk> [name='detailview']
  6. details/<slug:pk> [name='details']
  7. ckeditor/
  8. admin/
  9. documents/ [name='documents']
  10. services/ [name='services']
  11. about/ [name='about']
  12. reestr/<slug:type> [name='reestr']
  13. profstandards/ [name='profstandards']
  14. ^media\/(?P<path>.*)$

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