Page not found (404)

Request Method: GET
Request URL: http://www.memap.com.tr/password_reset

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

  1. <lang>/
  2. [name='Home']
  3. <lang>/page/<slug>/ [name='Page']
  4. <lang>/pages/<slug>/ [name='FlatPage']
  5. <lang>/faq/ [name='FAQPage']
  6. <lang>/trainer-faq/ [name='TrainerFAQPage']
  7. <lang>/
  8. <lang>/
  9. <lang>/
  10. <lang>/
  11. <lang>/
  12. <lang>/
  13. <lng>/
  14. .well-known/pki-validation/ [name='comodo']
  15. trainer-request/<asking_usr>/<req_usr>/<autkey>
  16. admin/
  17. <lng>/login/
  18. <lng>/new-login/ [name='new-signout']
  19. <lng>/where-is/
  20. <lng>/signup/
  21. logout/
  22. <lng>/nav
  23. ^view-request/(\d{1,6})/(\d{1,6})/([0-9A-Za-z]+)$
  24. ^update-request/(\d{1,6})/(\d{1,6})/([0-9A-Za-z]+)$
  25. ^media/(?P<path>.*)$

The current path, 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.