FIX: admin email customization editor should not have bold text
This commit is contained in:
parent
16b3d26d7b
commit
4bc6cfd718
|
@ -4,10 +4,8 @@
|
|||
{{input value=buffered.subject}}
|
||||
</label>
|
||||
|
||||
<label>
|
||||
{{i18n "admin.customize.email_templates.body"}}
|
||||
{{d-editor value=buffered.body}}
|
||||
</label>
|
||||
<label>{{i18n "admin.customize.email_templates.body"}}</label>
|
||||
{{d-editor value=buffered.body}}
|
||||
|
||||
{{#save-controls model=emailTemplate action="saveChanges" saved=saved}}
|
||||
{{#if emailTemplate.can_revert}}
|
||||
|
|
Loading…
Reference in New Issue