Page not found (404)

Request Method: GET
Request URL: https://searchapply.med.psu.edu/apply/applicants/add/SURIP

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

  1. ^admin/
  2. ^ logout$ [name='logout']
  3. ^ session_locked$ [name='session_lock']
  4. ^ request_pw_reset$ [name='request_password_reset']
  5. ^ ^accept/(?P<hash>[\w.-]+) [name='email_accept']
  6. ^ ^decline/(?P<hash>[\w.-]+) [name='email_decline']
  7. ^ reset_pw$ [name='pw_reset']
  8. ^ (?P<form_name>program_year)$ [name='program_select']
  9. ^ (?P<form_name>program_specific_question)$ [name='program_specific_question']
  10. ^ (?P<form_name>academic_reference)$ [name='ferpa_and_reference']
  11. ^ (?P<form_name>(education))$ [name='transcript_upload_file']
  12. ^ (?P<form_name>(basic_info|address|citizenship|ethnicity|personal_statement|other_info))$ [name='simple']
  13. ^ check_for_completeness$ [name='check_for_completeness']
  14. ^ review$ [name='review']
  15. ^ reference$ [name='reference']
  16. ^ resend_reference_email$ [name='resend_reference_email']
  17. ^ submitted$ [name='submitted']
  18. ^ submit$ [name='presubmit']
  19. ^ faqs$ [name='faqs']
  20. ^ download_transcript$ [name='download_transcript']
  21. ^ (?P<file_path>(transcripts/.*)) [name='download_transcript']
  22. ^ api/university$ [name='university_api']
  23. ^ api/major$ [name='major_api']
  24. ^ login$ [name='login']
  25. ^ ^$ [name='login']

The current path, apply/applicants/add/SURIP, 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.