Page not found (404)

Request Method: GET
Request URL: http://mtbmap.cz/en.html?zoom=18&lat=49.34875&lon=13.61444&layers=FBF00

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

  1. ^ ^$
  2. ^ ^setlang/(?P<lang>[a-z]{2,3})/$
  3. ^ ^map/legend/$
  4. ^ ^map/routingparams/$
  5. ^ ^map/exportmap/$
  6. ^ ^map/altitudeprofile/$
  7. ^ ^map/creategpx/$
  8. ^ ^map/getheight/$
  9. ^ ^map/findroute/$
  10. ^ ^map/gettemplate/$
  11. ^ ^map/getjsondata/$
  12. ^media/(?P<path>.*)$

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