cfpb / college-costs

⚠️ Deprecated: see note. ⚠️ A tool to help students weigh the costs and rewards of a college program.
https://www.consumerfinance.gov/paying-for-college2/understanding-your-financial-aid-offer/about-this-tool/
50 stars 27 forks source link

Changed http to https for www.consumerfinance.gov #359

Open cwdavies opened 5 years ago

mistergone commented 5 years ago

Hey @cwdavies !

This repo is deprecated, but if I can help in any way, let me know!

cwdavies commented 5 years ago

@mistergone Which repo contains the https://www.consumerfinance.gov/paying-for-college/repay-student-debt/ web page? When I "View Source" in the browser I see consumerfinance.gov links that have http that need to be changed to https. I do not see the "Repay student debt" page in Wagtail.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling ffa48e2d0f01ff38600dde3d0c78b7beaaf6d291 on cwdavies:fix-3485 into 253826768c6b5e727f78e2d243fc27113332bbbb on cfpb:master.

Scotchester commented 5 years ago

@cwdavies The code is located in the django-college-costs-comparison repo: https://github.com/cfpb/django-college-costs-comparison/blob/master/comparisontool/templates/comparisontool/repay_student_debt.html

cwdavies commented 5 years ago

@Scotchester Thanks for locating the source repo containing the paying-for-college pages. I created a PR to review: https://github.com/cfpb/django-college-costs-comparison/pull/28