diff -r 13a80adefcc6 -r 17dd9ada27cb app/soc/logic/models/grading_record.py --- a/app/soc/logic/models/grading_record.py Mon Jul 13 11:43:40 2009 +0200 +++ b/app/soc/logic/models/grading_record.py Mon Jul 13 10:18:14 2009 +0200 @@ -134,7 +134,8 @@ else: # no ProjectSurveyRecord on file while there is a survey to be taken grade_decision = 'fail' - fields['grade_decision'] = grade_decision + + fields['grade_decision'] = grade_decision # return the fields that should be set for a GradingRecord return fields