app/soc/views/models/base.py
changeset 497 73666a7cd718
parent 495 87afae6e4c51
child 499 d22e4fe8e64b
--- a/app/soc/views/models/base.py	Mon Nov 17 00:01:33 2008 +0000
+++ b/app/soc/views/models/base.py	Mon Nov 17 00:01:59 2008 +0000
@@ -429,6 +429,16 @@
 
     pass
 
+  def _editSeed(self, request, seed):
+    """Performs any required processing on the form to get its edit page
+
+    Args:
+      request: the django request object
+      seed: the fields to seed the create page with
+    """
+
+    pass
+
   def checkUnspecified(self, access_type, request):
     """Checks whether an unspecified access_type should be allowed