Page not found (404)

Request Method: GET
Request URL: http://dt-main.dev.ietf.org/person/Christian%2520Hopps
Raised by: ietf.person.views.profile

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

  1. ^$ [name='ietf.doc.views_search.frontpage']
  2. ^accounts/
  3. ^admin/
  4. ^admin/docs/
  5. ^ann/
  6. ^api/
  7. ^community/
  8. ^accounts/settings/
  9. ^doc/
  10. ^drafts/
  11. ^mailtrigger/
  12. ^feed/
  13. ^group/
  14. ^help/
  15. ^idtracker/
  16. ^iesg/
  17. ^ipr/
  18. ^liaison/
  19. ^list/
  20. ^meeting/
  21. ^nomcom/
  22. ^person/ ^merge/$ [name='ietf.person.views.merge']
  23. ^person/ ^search/(?P<model_name>(person|email))/$ [name='ietf.person.views.ajax_select2_search']
  24. ^person/ ^(?P<personid>[0-9]+)/email.json$ [name='ietf.person.ajax.person_email_json']
  25. ^person/ ^(?P<email_or_name>[^/]+)$ [name='ietf.person.views.profile']

The current path, person/Christian%20Hopps, 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.