Page not found (404)

Request Method: GET
Request URL: http://prfact.ch/en/imprint.html/
Raised by: cms.views.details

Using the URLconf defined in routing, Django tried these URL patterns, in this order:

  1. robots.txt
  2. en/ admin/
  3. en/ core/
  4. en/ ^news/blog/(?P<slug>.+)/ [name='blog_article']
  5. en/ ^news/blog/ [name='blog_list']
  6. en/ ^facts/career/(?P<id>\d+)/(?P<slug>.+) [name='jobs_detail']
  7. en/ ^facts/references/(?P<slug>.+)/ [name='projects_detail']
  8. en/ ^facts/references/ [name='projects_list']
  9. en/ ^cms_login/$ [name='cms_login']
  10. en/ ^cms_wizard/
  11. en/ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  12. en/ ^$ [name='pages-root']

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