Page not found (404)

Request Method: GET
Request URL: http://kamidueurofondy.sk/podmienky-pouzivania/

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

  1. __debug__/
  2. [name='home']
  3. aktivity/
  4. vyzvy/
  5. projekty/
  6. subjekty/
  7. jsi18n/ [name='javascript-catalog']
  8. admin/
  9. api/v1/
  10. pages/

The current path, podmienky-pouzivania/, 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.