web/views/editforms.py
branchstable
changeset 3586 52b00c5e441a
parent 3534 81cfec545e1b
child 3589 a5432f99f2d9
child 3627 70dbba754c11
--- a/web/views/editforms.py	Wed Oct 07 11:33:24 2009 +0200
+++ b/web/views/editforms.py	Wed Oct 07 11:33:38 2009 +0200
@@ -504,7 +504,7 @@
     def add_hiddens(self, form, entity):
         """to ease overriding (see cubes.vcsfile.views.forms for instance)"""
         iid = 'rel-%s-%s-%s' % (self.peid, self.rtype, entity.eid)
-        #  * str(self.rtype) in case it's a schema object 
+        #  * str(self.rtype) in case it's a schema object
         #  * neged_role() since role is the for parent entity, we want the role
         #    of the inlined entity
         form.form_add_hidden(name=str(self.rtype), value=self.peid,