Fix:SES:Get Template Html part (#3504)
* SES:Get Template Html part * Linting * Linting Co-authored-by: Bert Blommers <info@bertblommers.nl>
This commit is contained in:
parent
b2adcdf518
commit
ffa7f2e41a
2 changed files with 4 additions and 2 deletions
|
|
@ -374,7 +374,7 @@ GET_TEMPLATE = """<GetTemplateResponse xmlns="http://ses.amazonaws.com/doc/2010-
|
|||
<Template>
|
||||
<TemplateName>{{ template_data["template_name"] }}</TemplateName>
|
||||
<SubjectPart>{{ template_data["subject_part"] }}</SubjectPart>
|
||||
<HtmlPart>{{ template_data["html_part"] }}</HtmlPart>
|
||||
<HtmlPart><![CDATA[{{ template_data["html_part"] }}]]></HtmlPart>
|
||||
<TextPart>{{ template_data["text_part"] }}</TextPart>
|
||||
</Template>
|
||||
</GetTemplateResult>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue