Page not found (404)

Request Method: GET
Request URL: https://danieli-systec.com/hr/about-us/relation-da-and-danieli/

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

  1. ^sitemap\.xml$
  2. ^demo/
  3. ^elements/
  4. ^captcha/
  5. ^.well-known/pki-validation/03CA30D07980FC18C0FC9FD125445BA4.txt/
  6. ^static\/(?P<path>.*)$
  7. ^media\/(?P<path>.*)$
  8. ^hr/ ^admin/
  9. ^hr/ ^translate/
  10. ^hr/ ^user/
  11. ^hr/ ^search/
  12. ^hr/ ^ ^novosti/$ [name='blogit_post_list']
  13. ^hr/ ^ ^novosti/(?P<year>\d+)/(?P<month>[-\w\d]+)/(?P<day>\d+)/$ [name='blogit_post_archive_day']
  14. ^hr/ ^ ^novosti/(?P<year>\d+)/(?P<month>[-\w\d]+)/$ [name='blogit_post_archive_month']
  15. ^hr/ ^ ^novosti/(?P<year>\d+)/$ [name='blogit_post_archive_year']
  16. ^hr/ ^ ^novosti/categories/$ [name='blogit_category_list']
  17. ^hr/ ^ ^novosti/categories/(?P<slug>[-\w\d]+)/$ [name='blogit_category_detail']
  18. ^hr/ ^ ^novosti/feeds/rss/$
  19. ^hr/ ^ ^novosti/feeds/rss/(?P<tag_slug>[-\w]+)/$
  20. ^hr/ ^ ^novosti/feeds/atom/(?P<tag_slug>[-\w]+)/$
  21. ^hr/ ^ ^novosti/feeds/atom/$
  22. ^hr/ ^ ^novosti/(?P<slug>[-\w\d]+)/$ [name='blogit_post_detail']
  23. ^hr/ ^ ^reference/$ [name='work_project_list']
  24. ^hr/ ^ ^prijava-za-posao/$ [name='career_form']
  25. ^hr/ ^ ^prijava-za-posao/thanks/$ [name='career_thanks']
  26. ^hr/ ^ ^kontakt/$ [name='contact_form']
  27. ^hr/ ^ ^kontakt/thanks/$ [name='contact_thanks']
  28. ^hr/ ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  29. ^hr/ ^ ^$ [name='pages-root']

The current URL, /hr/about-us/relation-da-and-danieli/, 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.