Page not found (404)

Request Method: GET
Request URL: https://imacsite.net/contact/anna.teixidor@upf.edu

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

  1. admin/
  2. universities/
  3. people/
  4. stories/
  5. universities/ [name='university_list']
  6. <slug:slug_path>/
  7. [name='frontpage']
  8. ^(?P<slug_path>[-\w]+/?[-\w/]*)/$ [name='sitepage_detail']
  9. <slug:slug>/ [name='university_detail']
  10. ^data\/media\/(?P<path>.*)$

The current path, contact/anna.teixidor@upf.edu, 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.