Using the URLconf defined in www.urls,
Django tried these URL patterns, in this order:
- ^athletics/
- ^academics/registrar/
- ^academics/
- ^admissions/
- ^advising/
- ^adult/
- ^adulted/msw/
- ^alumni/ ^$
- ^alumni/ ^test/$
- ^alumni/ ^recentevents/$
- ^alumni/ ^news/(?P<news_id>\d+)/$
- ^alumni/ ^110/photos/$
- ^alumni/ ^calendar/complete/$
- ^alumni/ ^calendar/(?P<calendar_id>\d+)/$
- ^alumni/ ^college/$
- ^alumni/ ^college/submit/$
- ^alumni/ ^info_form/$
- ^alumni/ ^classnotes/$
- ^alumni/ ^classnotes/public/$
- ^alumni/ ^directory/$
- ^alumni/ ^directory/public/
- ^alumni/ ^ambassadors/$
- ^alumni/ ^(?P<urlpath>[a-zA-Z0-9_/]+)$
- ^artgallery/
- ^askquestion/
- ^campuslife/
- ^careerservices/
- ^carthage/
- ^children/
- ^chapel/
- ^clausen/
- ^commencement/
- ^dept/art/
- ^dept/chemistry/
- ^dept/(economy|economics)/
- ^dept/education/
- ^dept/english/
- ^dept/environment/
- ^dept/heritage/
- ^dept/history/
- ^dept/language/
- ^dept/music/
- ^dept/prelaw/
- ^dept/sociology/
- ^dept/socwk/
- ^education/
- ^emergency
- ^external/
- ^family/
- ^finaid/
- ^homecoming/
- ^honors/
- ^insider/
- ^msw/
- ^password/$
- ^password$
- ^president/
- ^President/
- ^profiles/$
- ^profiles/faculty/$
- ^profiles/(?P<profile_id>\d+)/$
- ^redhots/
- ^saac/
- ^security/
- ^tarblearena/
- ^feeds/(?P<url>.*)/$
- ^(?P<urlpath>[a-zA-Z0-9_/]+)$
The current URL, /alumni/travel.html, didn't match any of these.