Stanford-Online / edx-platform

The Open edX platform, the software that powers Lagunita!
https://lagunita.stanford.edu
GNU Affero General Public License v3.0
42 stars 18 forks source link

Outgoing email templates need to be updated because of the ginko release #865

Closed tanyaxp closed 5 years ago

tanyaxp commented 5 years ago

The Ginko release requires an update to the Pre and Post Enrollment email templates.

caesar2164 commented 5 years ago

As a general background on git diff: Every change you make is saved and tracked. In this case all you're really changing on the lines I highlighted is deleting a space, but it's almost impossible to tell because so much else is changing around it. Also, all lines you change end up attributed to you in the git history. In some cases, changing more than you need to makes future bugfixing/code development harder because banal changes cloud important changes.