bad copy and paste, bouh... tls-sprint
authorsylvain.thenault@logilab.fr
Thu, 30 Apr 2009 09:13:39 +0200
branchtls-sprint
changeset 1568 08f25ed7a7f4
parent 1567 62f26c2214bc
child 1569 99a19875ef1e
bad copy and paste, bouh...
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('<h2>%s</h2>' % _('schema\'s permissions definitions'))
         self.schema_definition(entity.e_schema)
         self.w('<h2>%s</h2>' % _('manage security'))
-        self.w(u'<div id="progress">%s</div>' % form.req._('validating...'))
+        self.w(u'<div id="progress">%s</div>' % self.req._('validating...'))
         # ownership information
         if self.schema.rschema('owned_by').has_perm(self.req, 'add',
                                                     fromeid=entity.eid):