keokilee / makahiki

An open source framework for creating dorm energy competitions using Django and Pinax.
http://code.google.com/p/kukui-cup
12 stars 8 forks source link

Social bonus on mobile is busted #466

Closed rbrewer closed 13 years ago

rbrewer commented 13 years ago

It appears that either sometimes or always when users enter a social bonus email for an event via the mobile interface they get a 500 error, the email is logged, but they don't get the points. We need to fix this ASAP, or remove event completion on mobile.

yongwen commented 13 years ago

fixed. the social_email field was not stored during the save. and the user_comment has been removed in the activitymember class.