diff --git a/mayan/apps/acls/views.py b/mayan/apps/acls/views.py index 4d45206095..ec9953f0e9 100644 --- a/mayan/apps/acls/views.py +++ b/mayan/apps/acls/views.py @@ -104,8 +104,8 @@ class ACLCreateView(SingleObjectCreateView): return { 'object': self.content_object, 'title': _( - 'New access control lists for: %s' % self.content_object - ), + 'New access control lists for: %s' + ) % self.content_object }