Commit 379fd1bd by Őry Máté

dashboard: fix pep8

parent 9dcf0df1
...@@ -134,10 +134,10 @@ class FutureMember(Model): ...@@ -134,10 +134,10 @@ class FutureMember(Model):
class Meta: class Meta:
unique_together = ('org_id', 'group') unique_together = ('org_id', 'group')
def __unicode__(self): def __unicode__(self):
return u"%s (%s)" % (self.org_id, self.group) return u"%s (%s)" % (self.org_id, self.group)
class GroupProfile(AclBase): class GroupProfile(AclBase):
ACL_LEVELS = ( ACL_LEVELS = (
('operator', _('operator')), ('operator', _('operator')),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment