Page not found (404)

Request Method: GET
Request URL: http://docs.tila.im/forms/form/inscription-pour-la-projection-debat-d-1/
Raised by: seafform.views.formview

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

  1. ^forms/admin/
  2. ^forms/ ^$ [name='index']
  3. ^forms/ ^private/$ [name='private']
  4. ^forms/ ^private/logout/$ [name='logout']
  5. ^forms/ ^private/new/$ [name='new']
  6. ^forms/ ^private/lsdir/$ [name='lsdir']
  7. ^forms/ ^form/(?P<formid>[^/]*)/$ [name='form']

The current path, forms/form/inscription-pour-la-projection-debat-d-1/, 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.