Merge pull request #28 from Schlabonski/unsubscribe

Unsubscribe
v1-0-stable
Christian Merten 9 years ago committed by GitHub
commit c3d84ba9ef

@ -18,7 +18,7 @@ class Message(models.Model):
def get_groups(self): def get_groups(self):
return ", ".join([g.name for g in self.to_groups.all()]) return ", ".join([g.name for g in self.to_groups.all()])
get_groups.short_description = _('recipicients') get_groups.short_description = _('recipients')
def submit(self): def submit(self):
"""Sends the mail to the specified group of members""" """Sends the mail to the specified group of members"""

Loading…
Cancel
Save