Page not found (404)

This Petition is not published yet!
Request Method: GET
Request URL: https://petition.antipub.org/petition/8/?fbclid=IwAR1NZwVYDMQ9Q0DP2ot4yK58WUmTYSaiujDi8vuDroCduISdhglwrHnxY8M
Raised by: petition.views.detail

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

  1. ^$ [name='index']
  2. ^petition/ [name='index']
  3. ^petition/ search [name='search']
  4. ^petition/ <int:petition_id>/ [name='detail']

The current path, petition/8/, 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.