Page not found (404)

Request Method: GET
Request URL: https://getchoys.com/resources/6-actionable-ways-to-improve-your-employees-wellbeing-today/
Raised by: wagtail.views.serve

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

  1. sitemap.xml
  2. django-admin/
  3. admin/
  4. documents/
  5. search/ [name='search']
  6. api/v1/
  7. contact-form/ [name='contact_form']
  8. contact-form-two/ [name='contact_form_two']
  9. robots.txt [name='robots']
  10. help/ [name='list_help_category']
  11. help/<category_slug>/ [name='list_articles']
  12. help/article/<int:article_id>-<slug>/ [name='show_article']
  13. article-feedback/ [name='article_feedback']
  14. ^static/(?P<path>.*)$
  15. ^media/(?P<path>.*)$
  16. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  17. _util/login/ [name='wagtailcore_login']
  18. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, resources/6-actionable-ways-to-improve-your-employees-wellbeing-today/, matched the last one.

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.