- 'Send the following to %d teachers with subject "%s"\n\n %s\n\n?' %
- (query.count(), subject.encode('utf8'), message.encode('utf8')))
+ 'Send the following to %d teachers with subject "%s"\n\n%s\n\n?' %
+ (contacts.count(), subject.encode('utf8'), message.encode('utf8')))