diff --git a/CHANGELOG.md b/CHANGELOG.md index ff6b63a2..bfebb4c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,8 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2018-XX-XX -- [remove] Remove the default built-in email templates. Built-in email templates can be edited in Console. [#983](https://github.com/sharetribe/flex-template-web/pull/983) +- [remove] Remove the default built-in email templates. Built-in email templates can be edited in + Console. [#983](https://github.com/sharetribe/flex-template-web/pull/983) ## [v2.5.0] 2018-12-17 diff --git a/ext/default-mail-templates/README.md b/ext/default-mail-templates/README.md index e7d8e4d1..8fc312cf 100644 --- a/ext/default-mail-templates/README.md +++ b/ext/default-mail-templates/README.md @@ -1,7 +1,7 @@ # Mail templates -This directory contains the default templates for transaction emails. -Built-in email templates can be edited in Console. +This directory contains the default templates for transaction emails. Built-in email templates can +be edited in Console. Before making customizations, copy the templates to another directory (e.g. `mail-templates`). Note that, at present, changes made to the template files in this repository will not take effect @@ -37,8 +37,10 @@ Example html:
-

You have received this email notification because you are a member of {{marketplace.name}}. - If you no longer wish to receive these emails, please contact {{marketplace.name}} team.

+

+ You have received this email notification because you are a member of {{marketplace.name}}. If + you no longer wish to receive these emails, please contact {{marketplace.name}} team. +

``` @@ -52,7 +54,6 @@ The template syntax supports conditionals, loops, helpers and other constructs. ## List of templates - The templates in the list below correspond to mails defined in the default transaction process. Customized transaction processes can have different set of mail templates.