Page not found (404)

Request Method: GET
Request URL: http://www.sc-geusfeld.de/Account/ForgotPassword

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

  1. admin/
  2. [name='index_view']
  3. berichte/ [name='berichte_view']
  4. berichte/<int:pk>/ [name='bericht_view']
  5. archiv/ [name='archiv_view']
  6. kalender/ [name='kalender_view']
  7. mannschaft/ [name='mannschaft_view']
  8. impressum/ [name='impressum_view']
  9. datenschutz/ [name='datenschutz_view']

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