app/soc/views/models/survey.py
changeset 2540 1e44d71c0e3e
parent 2534 c880489123fc
child 2542 a9dec4763c6b
--- a/app/soc/views/models/survey.py	Sat Jul 04 17:23:19 2009 +0200
+++ b/app/soc/views/models/survey.py	Sat Jul 04 18:53:37 2009 +0200
@@ -623,7 +623,8 @@
     self._takePost(request, params, entity, record, properties)
 
     # update the record entity if any and clear all dynamic properties
-    record_logic.updateOrCreateFromFields(record, properties, clear_dynamic=True)
+    record_logic.updateOrCreateFromFields(record, properties,
+                                          clear_dynamic=True)
 
     # TODO: add notice to page that the response has been saved successfully
     # redirect to the same page for now