Skip to content

Commit

Permalink
[mod] blank space, pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Aug 2, 2011
1 parent 7f821b2 commit 69247f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/meps/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,14 @@ class OrganizationMEP(models.Model):
begin = models.DateField()
end = models.DateField()


class MepModerator(CommentModerator):
email_notification = True
moderate_after = 0
def moderate(self, comment, content_object, request):
return True


if MEP not in moderator._registry:
moderator.register(MEP, MepModerator)

0 comments on commit 69247f5

Please sign in to comment.