Page not found (404)

Request Method: GET
Request URL: http://www.problemata.org/fr/articles/%3Chttp:/problemata.org/fr/articles/525%3E

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

  1. fr/ [name='accueil']
  2. fr/ <str:item_type>s/ [name='liste']
  3. fr/ <str:item_type>s/<int:item_oid> [name='detail']
  4. fr/ about/ [name='page']
  5. fr/ accounts/
  6. fr/ accounts/
  7. admin/
  8. i18n/
  9. ^media/(?P<path>.*)$
  10. ^media\/(?P<path>.*)$
  11. ^static\/(?P<path>.*)$

The current path, fr/articles/<http:/problemata.org/fr/articles/525>, 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.