Page not found (404)

Request Method: GET
Request URL: https://www.bc-ba.com/Annual%2520membership/contact

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

  1. admin/
  2. site-admin/
  3. contact/
  4. register/ [name='register']
  5. login/ [name='login']
  6. logout/ [name='logout']
  7. [name='home']
  8. member-directory/ [name='member-directory']
  9. current-sponsors/ [name='current-sponsors']
  10. resources/ [name='resources']
  11. who-are-we/ [name='who-are-we']
  12. <page_path>/ [name='pages']
  13. ^images/(?P<path>.*)$

The current path, Annual%20membership/contact, 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.