web/views/actions.py
changeset 3730 d6f95bd1032d
parent 3720 5376aaadd16b
child 3890 d7a270f50f54
--- a/web/views/actions.py	Mon Oct 19 17:49:26 2009 +0200
+++ b/web/views/actions.py	Mon Oct 19 17:49:50 2009 +0200
@@ -39,7 +39,7 @@
             warn('[3.6] %s: editable_attributes now take strict=False as '
                  'optional argument', DeprecationWarning)
             editableattrs = form.editable_attributes()
-        for rschema, targetschemas, role in editableattrs:
+        for rschema, role in editableattrs:
             if not rschema.final:
                 return 1
         return 0