app/soc/models/project_survey_record.py
changeset 2658 34b414a80d42
parent 2591 6c57c482f913
--- a/app/soc/models/project_survey_record.py	Wed Jul 15 12:20:48 2009 +0200
+++ b/app/soc/models/project_survey_record.py	Wed Jul 15 15:07:01 2009 +0200
@@ -40,7 +40,7 @@
   project = db.ReferenceProperty(
       reference_class=soc.models.student_project.StudentProject,
       required=True, collection_name="survey_records")
-  
+
   #: A many:1 relationship associating ProjectSurveyRecords 
   #: with specific Organization. The back-reference in the 
   #: Organization model is a Query named 'survey_records'.