web/views/cwproperties.py
changeset 2051 e4d24e4d74e6
parent 2048 5e4d1433b90b
parent 2018 5abd684d5b9d
child 2058 7ef12c03447c
child 2085 9e279029d7a0
--- a/web/views/cwproperties.py	Fri Jun 05 10:23:56 2009 +0200
+++ b/web/views/cwproperties.py	Fri Jun 05 10:26:35 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