Page not found (404)

Request Method: GET
Request URL: https://mercersburgchorus.org/members.html

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

  1. django-admin/
  2. admin/
  3. documents/
  4. search/ [name='search']
  5. api/calendar/events/
  6. login/ [name='login']
  7. logout/ [name='logout']
  8. password_change/ [name='password_change']
  9. password_change/done/ [name='password_change_done']
  10. password_reset/ [name='password_reset']
  11. password_reset/done/ [name='password_reset_done']
  12. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  13. reset/done/ [name='password_reset_complete']
  14. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  15. _util/login/ [name='wagtailcore_login']
  16. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

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