Page not found (404)

Request Method: GET
Request URL: http://www.irta.hr/hr/94/HR/

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

  1. ^hr/ ^admin/
  2. ^hr/ ^account/
  3. ^hr/ ^captcha/
  4. ^hr/ ^rosetta/
  5. ^hr/ ^news/
  6. ^hr/ ^ ^$ [name='contact']
  7. ^hr/ ^ ^contact/sent/$ [name='contact_sent']
  8. ^hr/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  9. ^hr/ ^ ^$ [name='pages-root']
  10. ^site\_media\/media\/(?P<path>.*)$

The current URL, hr/94/HR/, 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.