[minor cleanup] Allow html from any EmailMultiAlternatives (not just DjrillMessage)

This commit is contained in:
medmunds
2012-11-16 11:07:15 -08:00
parent c23696a590
commit c78bbc6ced

View File

@@ -150,5 +150,5 @@ class DjrillBackend(BaseEmailBackend):
% mimetype) % mimetype)
self.msg_dict.update({ self.msg_dict.update({
"html": message.alternatives[0][0] "html": content
}) })