web/views/cwproperties.py
changeset 2018 5abd684d5b9d
parent 2005 e8032965f37a
child 2051 e4d24e4d74e6
--- a/web/views/cwproperties.py	Sat May 30 00:42:35 2009 +0200
+++ b/web/views/cwproperties.py	Sun May 31 19:53:41 2009 +0200
@@ -217,7 +217,7 @@
                                                 eidparam=True))
         subform.vreg = self.vreg
         subform.form_add_hidden('pkey', key, eidparam=True)
- 	subform.form_add_hidden("current-value:%s" % entity.eid,)
+        subform.form_add_hidden("current-value:%s" % entity.eid,)
         form.form_add_subform(subform)
         return subform