Page not found (404)

Request Method: GET
Request URL: https://securitytroops.com/password_reset/

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

  1. stroops/
  2. stapi/v1/
  3. ckeditor/
  4. blog/
  5. jobs/
  6. sitemap.xml
  7. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  8. services/company/ [name='companies']
  9. services/bodyguard/ [name='bodyguards']
  10. services/watchman/ [name='watchmens']
  11. services/bouncer/ [name='bouncers']
  12. services/gunman/ [name='gunmans']
  13. services/valet/ [name='valets']
  14. services/supervisor/ [name='supervisors']
  15. services/field-officer/ [name='field-officers']
  16. company/<str:slug>/ [name='company']
  17. bodyguard/<str:slug>/ [name='bodyguard']
  18. watchman/<str:slug>/ [name='watchman']
  19. bouncer/<str:slug>/ [name='bouncer']
  20. gunman/<str:slug>/ [name='gunman']
  21. valet/<str:slug>/ [name='valet']
  22. supervisor/<str:slug>/ [name='supervisor']
  23. field-officer/<str:slug>/ [name='field officer']
  24. services/ [name='services']
  25. how-it-works/ [name='howit']
  26. about-us/ [name='about']
  27. mission/ [name='mission']
  28. vision/ [name='vision']
  29. contact-us/ [name='contact']
  30. privacy-policy/ [name='policy']
  31. terms-and-conditions/ [name='terms']
  32. refund-policy/ [name='refund']
  33. careers/ [name='careers']
  34. faq/ [name='faq']
  35. search/ [name='search']
  36. signup/ [name='signup']
  37. signup/<username>/ [name='signup']
  38. login/ [name='login']
  39. logout/ [name='logout']
  40. profile/ [name='profile']
  41. dashboard/professionals/ [name='professionals']
  42. dashboard/gallery/ [name='gallery']
  43. dashboard/ [name='dashboard']
  44. change-password/ [name='password']
  45. [name='index']
  46. website/
  47. password-reset/ [name='password_reset']
  48. password-reset/done/ [name='password_reset_done']
  49. password-reset/confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  50. password-reset/complete/ [name='password_reset_complete']
  51. ^media/(?P<path>.*)$
  52. ^static/(?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.