Page not found (404)

Request Method: GET
Request URL: http://www.skyrays-greece.com/en/ontact/

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

  1. ^admin/
  2. ^$
  3. ^(?P<language_code>[a-z]{2})/$
  4. ^(?P<language_code>[a-z]{2})/contact/$
  5. ^(?P<language_code>[a-z]{2})/gallery/$
  6. ^(?P<language_code>[a-z]{2})/about/$
  7. ^(?P<language_code>[a-z]{2})/rooms/$
  8. ^(?P<language_code>[a-z]{2})/room/(?P<room_id>\d+)/$
  9. ^(?P<language_code>[a-z]{2})/booking/$
  10. ^send-request/$
  11. ^media\/(?P<path>.*)$

The current URL, en/ontact/, 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.