Page not found (404)

Request Method: GET
Request URL: http://propartners.ru/ru/contacts.html/
Raised by: cms.views.details

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

  1. ^media/(?P<path>.*)$
  2. ^static\/(?P<path>.*)$
  3. ^sitemap\.xml$
  4. ^404/$
  5. send_calc_form/
  6. send_callback_form/
  7. product/(?P<id>\d+)
  8. ^ru/ ^admin/
  9. ^ru/ main_info/
  10. ^ru/ ^ ^cms_login/$ [name='cms_login']
  11. ^ru/ ^ ^cms_wizard/
  12. ^ru/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  13. ^ru/ ^ ^$ [name='pages-root']
  14. ^ru/ ^photologue/
  15. ^media\/(?P<path>.*)$

The current path, /ru/contacts.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.