Page not found (404)

Request Method: GET
Request URL: https://www.seabirds.net/events.html

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

  1. ^forum/
  2. ^django-admin/
  3. ^admin/
  4. ^documents/
  5. ^search/$ [name='search']
  6. ^seabirders/
  7. ^seabirdlife/
  8. ^plastics_papers/$ [name='plastics_papers']
  9. ^seabird_information_network/ [name='sin']
  10. ^member_organisations/ [name='member_organisations']
  11. ^seabird_meetings/ [name='meetings']
  12. ^_util/authenticate_with_password/(\d+)/(\d+)/$ [name='wagtailcore_authenticate_with_password']
  13. ^_util/login/$ [name='wagtailcore_login']
  14. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  15. ^static/(?P<path>.*)$

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