Page not found (404)

Request Method: GET
Request URL: http://hafidgoodmagic.com/offerings.html

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

  1. django-admin/
  2. admin/
  3. documents/
  4. search/ [name='search']
  5. api/v2/
  6. sitemap.xml
  7. signup/ [name='account_signup']
  8. login/ [name='account_login']
  9. logout/ [name='account_logout']
  10. password/change/ [name='account_change_password']
  11. password/set/ [name='account_set_password']
  12. inactive/ [name='account_inactive']
  13. email/ [name='account_email']
  14. confirm-email/ [name='account_email_verification_sent']
  15. ^confirm-email/(?P<key>[-:\w]+)/$ [name='account_confirm_email']
  16. password/reset/ [name='account_reset_password']
  17. password/reset/done/ [name='account_reset_password_done']
  18. ^password/reset/key/(?P<uidb36>[0-9A-Za-z]+)-(?P<key>.+)/$ [name='account_reset_password_from_key']
  19. password/reset/key/done/ [name='account_reset_password_from_key_done']
  20. social/
  21. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  22. _util/login/ [name='wagtailcore_login']
  23. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  24. ^static/(?P<path>.*)$
  25. ^media/(?P<path>.*)$

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