Page not found (404)

Tražena stranica ne postoji 4
Request Method:GET
Request URL:http://www.hermes.com.hr/hr/rebar-facility/
Raised by:cmsleg.page.views.PageDetailView

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

  1. ^grappelli/
  2. ^admin/filebrowser/
  3. ^admin/
  4. ^ckeditor/
  5. ^contact-module/send/$ [name='form-send']
  6. ^media/(?P<path>.*)$
  7. ^static/(?P<path>.*)$
  8. hr/ ^(?P<path>.*)/$ [name='page-detail']

The current path, hr/rebar-facility/, matched the last one.

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.