fixing tests
This commit is contained in:
@@ -117,7 +117,7 @@ def send_template_email(from_email, to_email, subject,
|
||||
if createmessage:
|
||||
for recipient in to_email:
|
||||
try:
|
||||
soup = BeautifulSoup(html_content)
|
||||
soup = BeautifulSoup(html_content, 'lxml')
|
||||
|
||||
s2 = soup.body
|
||||
|
||||
|
||||
Reference in New Issue
Block a user