Page not found (404)

Request Method: GET
Request URL: http://kenya.hurumap.org/accounts/password/reset/

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

  1. ^static/(?P<path>.*)$
  2. ^admin/
  3. ^$ [name='homepage']
  4. ^about$ [name='about']
  5. ^help$ [name='help']
  6. ^profiles/(?P<geography_id>[country|county]+-\w+)(-(?P<slug>[\w-]+))?/$ [name='geography_detail']
  7. ^embed/iframe.html$ [name='embed_iframe']
  8. ^(embed_data/)?profiles/(?P<geography_id>[country|county]+-\w+)(-(?P<slug>[\w-]+))?\.json/$ [name='geography_json']
  9. ^compare/(?P<geo_id1>\w+-\w+)/vs/(?P<geo_id2>\w+-\w+)/$ [name='geography_compare']
  10. ^api/1.0/data/show/(?P<release>\w+)$ [name='api_show_data']
  11. ^api/1.0/data/download/(?P<release>\w+)$ [name='api_download_data']
  12. ^api/1.0/table$ [name='api_list_tables']
  13. ^api/1.0/geo/(?P<geo_id>\w+-\w+)/parents$ [name='api_geo_parents']
  14. ^api/1.0/geo/(?P<geo_id>\w+-\w+)/children$ [name='api_geo_children']
  15. ^tables/(?P<table>[a-zA-Z0-9_-]+)/$ [name='table_detail']
  16. ^data/$ [name='table_search_redirect']
  17. ^data/(?P<format>map|table|distribution)/$ [name='data_detail']
  18. ^examples/(?P<example_slug>[-\w]+)/$ [name='example_detail']
  19. ^locate/$ [name='locate']
  20. ^healthcheck$ [name='healthcheck']
  21. ^robots.txt$
  22. ^place-search/json/$ [name='place_search_json']

The current path, accounts/password/reset/, 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.