Page not found (404)

Request Method: GET
Request URL: https://www.ascoda.org/rev.htm

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

  1. admin/
  2. auth
  3. [name='index']
  4. dashboard/
  5. dashboard/church_us/
  6. dashboard/distric_us/
  7. dashboard/conf_us/
  8. dashboard/admin_user/
  9. password_reset/ [name='password_reset']
  10. password_reset/done/ [name='password_reset_done']
  11. password_reset_confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  12. password_reset_complete/ [name='password_reset_complete']

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