Page not found (404)

Request Method: GET
Request URL: http://polmaratonsolidarnosci.pl/akcje-charytatywne.html

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

  1. ^i18n/
  2. ^admin/
  3. ^set_language_version/$
  4. ^set_base_language/$
  5. ^$
  6. ^en/$
  7. ^search/(?P<page>\d+)/
  8. ^search/
  9. ^mapa-strony/$
  10. plist/(?P<group>.*)/$
  11. .+/(?P<viewId>\d+),(?P<params>[\w,-]+),(?P<componentId>\d+),(?P<menuId>\d+)$
  12. .+/(?P<viewId>\d+),(?P<params>[\w,-]+),(?P<componentId>\d+),(?P<menuId>\d+)/$
  13. .+/(?P<viewId>\d+),(?P<params>[\w,-]+),(?P<componentId>\d+),(?P<menuId>\d+)/(?P<page>\d+)$
  14. .+/(?P<viewId>\d+),(?P<params>[\w,-]+),(?P<componentId>\d+),(?P<menuId>\d+)/(?P<page>\d+)/$
  15. .+/(?P<viewId>\d+),(?P<params>[\w,-]+),(?P<componentId>\d+)/(?P<page>\d+)/$
  16. .+/(?P<viewId>\d+),(?P<params>[\w,-]+),(?P<componentId>\d+)/(?P<page>\d+)$
  17. .+/(?P<viewId>\d+),(?P<params>[\w,-]+),(?P<componentId>\d+)$
  18. ^tpl/(?P<tpl_path>.*)

The current URL, akcje-charytatywne.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.