--- a/app/soc/models/club.py Sat Mar 14 20:12:56 2009 +0000
+++ b/app/soc/models/club.py Sun Mar 15 11:31:26 2009 +0000
@@ -36,5 +36,5 @@
relation is implemented as the 'members' back-reference Query of the
Member model 'club' reference.
"""
-
- pass
\ No newline at end of file
+
+ pass
--- a/app/soc/views/models/program.py Sat Mar 14 20:12:56 2009 +0000
+++ b/app/soc/views/models/program.py Sun Mar 15 11:31:26 2009 +0000
@@ -240,7 +240,7 @@
@decorators.merge_params
@decorators.check_access
def assignSlots(self, request, access_type, page_name=None,
- params=None, **kwargs):
+ params=None, **kwargs):
"""View that allows to assign slots to orgs.
"""
@@ -279,7 +279,7 @@
@decorators.merge_params
@decorators.check_access
def showDuplicates(self, request, access_type, page_name=None,
- params=None, **kwargs):
+ params=None, **kwargs):
"""View in which a host can see which students have been assigned multiple slots.
For params see base.view.Public().
@@ -316,7 +316,7 @@
@decorators.merge_params
@decorators.check_access
def assignedProposals(self, request, access_type, page_name=None,
- params=None, filter=None, **kwargs):
+ params=None, filter=None, **kwargs):
"""Returns a JSON dict containing all the proposals that would have
a slot assigned for a specific set of orgs.