Page not found (404)

Request Method: GET
Request URL: http://liquiddemo.org/accounts/password_reset/

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

  1. admin/
  2. accounts/password_change/ [name='password_change']
  3. accounts/password_change/done/ [name='password_change_done']
  4. accounts/login/ [name='login']
  5. accounts/logout/ [name='logout']
  6. accounts/profile [name='profile']
  7. o/
  8. system-health [name='healthchecks']
  9. [name='home']

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.