app/soc/logic/models/grading_record.py
changeset 2626 17dd9ada27cb
parent 2622 f37d7d564f88
child 2660 e2654d53a643
--- 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