Page not found (404)

Request Method: GET
Request URL: http://ckp.wim.mil.pl/o-nas/kontakt

Using the URLconf defined in ckpdep.urls_front, Django tried these URL patterns, in this order:

  1. albumy [name='gallery-list']
  2. gallery-detail/<slug> [name='gallery-detail']
  3. [name='landingpage']
  4. zasoby/<slug> [name='book-detail']
  5. zasoby/<book_slug>/<slug> [name='chapter-detail']
  6. zasoby/<book_slug>/<chapter_slug>/<slug> [name='page-detail']
  7. co-potrafi-super-agent [name='features']
  8. article [name='article']
  9. aktualnosci [name='blog']
  10. aktualnosci/<entry_name> [name='blog-entry']
  11. cookies [name='cookies']
  12. regulamin [name='regulations']
  13. dziekujemy [name='thank-you']
  14. <slug> [name='static-page-detail']
  15. ^static/(?P<path>.*)$
  16. ^media/(?P<path>.*)$

The current path, o-nas/kontakt, 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.