Page not found (404)

Request Method: GET
Request URL: https://nhpe.ru/about/contatcs/

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

  1. admin/
  2. [name='index']
  3. reestr/ [name='reestr']
  4. pdn-politics/ [name='pdn-politics']
  5. doc/ [name='doc']
  6. content/<slug:page_pk>/ [name='content']
  7. news_two/ [name='news_two']
  8. all_news/ [name='all_news']
  9. political/ [name='political']
  10. ocenka_details/ [name='ocenka_details']
  11. profstandarti/ [name='profstandarti']
  12. center/ [name='center']
  13. detailview/<slug:content>/<slug:pk> [name='detailview']
  14. ckeditor/
  15. accept-form-ajax/
  16. about_page/ [name='about_page']
  17. ^media/(?P<path>.*)$

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