knowledgecommonsdc / kcdc3

Django/Python software to run a free school.
http://knowledgecommonsdc.org
MIT License
4 stars 5 forks source link

garbage character in locations in auto-reminder emails #148

Closed eightchbomb closed 9 years ago

eightchbomb commented 9 years ago

It doesn't like apostrophes: LOCATION: Sonia's House 38 Todd Pl NE, Apt B Near Unit Block of T St NE, Lincoln Rd NE and North Capitol Washington, DC20002 Neighborhood: Eckington Address will be emailed upon registration.

nyetsche commented 9 years ago

Is that cut and paste from an email? The ' looks right to me.

eightchbomb commented 9 years ago

That's weird that it pasted properly. Attaching screenshot.

screenshot 2014-10-31 20 02 50

eightchbomb commented 9 years ago

I FIXED THIS YEAH AT LEAST IT WORKS ON MY LOCAL INSTANCE

nyetsche commented 9 years ago

Uh, what was the fix? Encoding issues are notorious, it's not impossible our Django setup is the problem.

eightchbomb commented 9 years ago

made location_name safe in email_promoted.txt, email_registered.txt and email_reminder_body.txt. Please have patience w/ me. Sorry for the weird commit messages.

screenshot 2014-11-03 03 59 07

nyetsche commented 9 years ago

Awesome! For some reason I stopped getting commits in email, which is why I didn't notice before.