Page not found (404)

Request Method: GET
Request URL: https://www.jesus-wept.net/forever.htm

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

  1. admin/
  2. [name='homepage']
  3. donate/thanks
  4. pay
  5. donate
  6. contact [name='contact']
  7. success [name='success']
  8. <slug:slug> [name='pages']

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