Page not found (404)

Request Method: GET
Request URL: https://www.strechy-lunacek.cz/zpetna-vazba/vyplnit/wcdpyh

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

  1. robots.txt
  2. sitemap.xml
  3. [name='index']
  4. stavba-rekonstrukce-strechy
  5. <str:ident>
  6. clanky/
  7. galerie/
  8. kontakt/ [name='email']
  9. success/ [name='success']
  10. admin/filebrowser/
  11. grappelli/
  12. admin/
  13. ^media\/(?P<path>.*)$

The current path, zpetna-vazba/vyplnit/wcdpyh, 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.