Indention fix in soc.views.models.organization module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 06 Apr 2009 18:16:30 +0000
changeset 2093 987913140e31
parent 2092 6de3693ba9d4
child 2094 8c0531c9870d
Indention fix in soc.views.models.organization module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/views/models/organization.py
--- a/app/soc/views/models/organization.py	Mon Apr 06 11:04:57 2009 +0000
+++ b/app/soc/views/models/organization.py	Mon Apr 06 18:16:30 2009 +0000
@@ -245,7 +245,7 @@
 
     # retrieve the ranker
     fields = {'link_id': student_proposal.DEF_RANKER_NAME,
-                'scope': org_entity}
+              'scope': org_entity}
 
     ranker_root = ranker_root_logic.getForFields(fields, unique=True)
     ranker = ranker_root_logic.getRootFromEntity(ranker_root)