app/soc/views/helper/params.py
changeset 668 77f9a6ea6e67
parent 660 5a381b290691
child 671 2c02178037ff
--- a/app/soc/views/helper/params.py	Fri Dec 05 22:27:04 2008 +0000
+++ b/app/soc/views/helper/params.py	Fri Dec 05 22:54:43 2008 +0000
@@ -185,6 +185,7 @@
 
   return params
 
+
 def getCreateForm(params):
   """Constructs a new CreateForm using params.
 
@@ -207,6 +208,7 @@
 
   return create_form
 
+
 def getEditForm(params):
   """Constructs a new EditForm using params.
 
@@ -227,6 +229,7 @@
 
   return edit_form
 
+
 def getKeyFieldsPattern(params):
   """Returns the Django pattern for this View's entity.