Revision e7cb4085 snf-astakos-app/astakos/im/notifications.py

b/snf-astakos-app/astakos/im/notifications.py
61 61
        self.recipients = recipients
62 62
        self.subject = subject
63 63
        self.message = message or render_to_string(template, dictionary)
64
    
64

  
65 65
    def send(self):
66 66
        pass
67 67

  
......
82 82
    def __init__(self, nofication):
83 83
        self.message = _(astakos_messages.DETAILED_NOTIFICATION_SEND_ERR) % nofication.__dict__
84 84
        super(NotificationError, self).__init__()
85

  

Also available in: Unified diff