Page not found (404)

Request Method: GET
Request URL: https://brandme.agency/case_2.html

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

  1. ^admin/
  2. ^i18n/
  3. ^ckeditor/
  4. ^ services.html$ [name='service-list-view']
  5. ^ ^$ [name='index-view']
  6. ^ team.html$ [name='team-view']
  7. ^ cases.html$ [name='cases-view']
  8. ^ coaching.html$ [name='couching-view']
  9. ^ terms/(?P<slug>[a-zA-Z-_]+).html$ [name='terms-view']
  10. ^ (?P<slug>[a-zA-Z-_]+).html$ [name='case-detail']
  11. ^media\/(?P<path>.*)$

The current URL, case_2.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.