app/soc/views/models/organization.py
changeset 2212 4095892a3c99
parent 2207 f283f7b99427
child 2220 6007ed887fee
--- a/app/soc/views/models/organization.py	Sat Apr 18 14:04:11 2009 +0000
+++ b/app/soc/views/models/organization.py	Sat Apr 18 14:04:39 2009 +0000
@@ -278,7 +278,7 @@
       # show the amount of slots assigned on the webpage
       context['slots_visible'] = True
 
-    ranking_keys = dict([(k.key(),v) for k,v in ranking.iteritems()])
+    ranking_keys = dict([(k.key(), v) for k, v in ranking.iteritems()])
     proposal_keys = [i.key() for i in assigned_proposals]
 
     # update the prop_list with the ranking and coloring information