web/views/cwproperties.py
changeset 2234 1fbcf202882d
parent 2181 94ca417b9b07
parent 2225 16826403affa
child 2381 caad2367d940
--- a/web/views/cwproperties.py	Mon Jun 29 14:12:18 2009 +0200
+++ b/web/views/cwproperties.py	Thu Jul 02 10:35:03 2009 +0200
@@ -299,11 +299,10 @@
         _ = form.req._
         if entity.has_eid():
             return [(_(entity.pkey), entity.pkey)]
-        # key beginning with 'system.' should usually not be edited by hand
         choices = entity.vreg.user_property_keys()
         return [(u'', u'')] + sorted(zip((_(v) for v in choices), choices))
 
-    
+
 class PropertyValueField(StringField):
     """specific field for CWProperty.value  which will be different according to
     the selected key type and vocabulary information