Page not found (404)

Request Method: GET
Request URL: https://t-logix.com/accounts/password/reset/

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

  1. ^admin/
  2. ^bad/$
  3. ^$ [name='home']
  4. ^features$ [name='features']
  5. ^price$ [name='price']
  6. ^support/$ [name='support']
  7. ^contact$ [name='contact']
  8. ^transportlabel$ [name='transportlabels']
  9. ^page/
  10. ^media/(?P<path>.*)$
  11. ^__debug__/

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.