# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1241075619 -7200 # Node ID 08f25ed7a7f4f7726508afe093723b63184db06c # Parent 62f26c2214bcd2e18b29c58ba1ab42d164f3750d bad copy and paste, bouh... diff -r 62f26c2214bc -r 08f25ed7a7f4 web/views/management.py --- a/web/views/management.py Thu Apr 30 09:13:06 2009 +0200 +++ b/web/views/management.py Thu Apr 30 09:13:39 2009 +0200 @@ -82,7 +82,7 @@ self.w('

%s

' % _('schema\'s permissions definitions')) self.schema_definition(entity.e_schema) self.w('

%s

' % _('manage security')) - self.w(u'
%s
' % form.req._('validating...')) + self.w(u'
%s
' % self.req._('validating...')) # ownership information if self.schema.rschema('owned_by').has_perm(self.req, 'add', fromeid=entity.eid):