Page not found (404)

Request Method:GET
Request URL:https://www.divepay.com/forgot

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

  1. admin/
  2. [name='web_home']
  3. [name='about']
  4. [name='why_divepay']
  5. [name='how_it_works']
  6. [name='safety_advice']
  7. [name='security']
  8. [name='new_to_divepay']
  9. [name='support']
  10. [name='join_for_free']
  11. [name='login_free']
  12. [name='contact']
  13. clientapp/
  14. dashboard/
  15. business_account/
  16. api/
  17. local_depositor/
  18. admin/clearcache/
  19. logo/
  20. header/
  21. footer/
  22. bg_logo/
  23. sm_logo/
  24. ^media/(?P<path>.*)$
  25. ^static/(?P<path>.*)$
  26. ^media/(?P<path>.*)$

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