Page not found (404)

Request Method: GET
Request URL: https://www.kimsualumni.org/executivecouncil.html

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

  1. /home [name='home']
  2. contact [name='contact']
  3. scholarship [name='scholarship']
  4. career [name='career']
  5. about [name='about']
  6. profile/ [name='profile']
  7. members [name='members']
  8. register/ [name='register']
  9. ^registration-process/(?P<id>\d+)/$ [name='registration-process']
  10. thankyou/ [name='thankyou']
  11. ^offline-thankyou/(?P<id>\d+)/$ [name='offline-thankyou']
  12. dashboard/ [name='dashboard']
  13. registrations/ [name='registrations']
  14. edit-registration/<int:pk> [name='edit-registration']
  15. view-registration/<int:pk> [name='view-registration']
  16. alumni/ [name='alumni']
  17. edit-alumni/<int:pk> [name='edit-alumni']
  18. view-alumni/<int:pk> [name='view-alumni']
  19. accounts/
  20. kimsdu-admin/
  21. documents/
  22. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  23. _util/login/ [name='wagtailcore_login']
  24. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  25. ^media\/(?P<path>.*)$

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