web/views/editforms.py
changeset 3589 a5432f99f2d9
parent 3536 f6c9a5df80fb
parent 3586 52b00c5e441a
child 3629 559cad62c786
--- a/web/views/editforms.py	Wed Sep 30 18:57:42 2009 +0200
+++ b/web/views/editforms.py	Wed Oct 07 12:31:08 2009 +0200
@@ -501,7 +501,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,