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

Prevent dropping of completed commitments #482

Closed rbrewer closed 13 years ago

rbrewer commented 13 years ago

A user accidentally clicked the "Drop this commitment" button on a completed commitment, which required some manual database surgery. To prevent this from happening, we should not show the drop commitment button on completed commitments, thereby preventing a user from making this error in the future. I can't think of any reason a user would want to drop a commitment that they have completed (which would forego the points).

yongwen commented 13 years ago

fixed. it had been deployed along with others yesterday.