This commit is contained in:
karlchillmaid
2020-01-24 10:28:38 +00:00
committed by GitHub
parent 87a1df58ef
commit 153e0300ec

View File

@@ -23,8 +23,8 @@
<ol class="list list-number">
<li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li>
<li>Go to the Templates page.</li>
<li>Add a new template or choose an existing template and select Edit.</li>
<li>Go to the <b class="govuk-!-font-weight-bold">Templates</b> page.</li>
<li>Add a new template or choose an existing template and select <b class="govuk-!-font-weight-bold">Edit</b>.</li>
</ol>
<p>Email templates can include:</p>
@@ -63,10 +63,10 @@
<ol class="list list-number">
<li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li>
<li>Go to the Templates page.</li>
<li>Add a new template or choose an existing template and select Edit.</li>
<li>Go to the <b class="govuk-!-font-weight-bold">Templates</b> page.</li>
<li>Add a new template or choose an existing template and select <b class="govuk-!-font-weight-bold">Edit</b>.</li>
<li>Add a placeholder using double brackets. For example: Hello ((first name)), your reference is ((ref number)).</li>
<li>Select Save.</li>
<li>Select <b class="govuk-!-font-weight-bold">Save</b>.</li>
</ol>
<p>When you send a message you can either:</p>
@@ -84,10 +84,10 @@
<ol class="list list-number">
<li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li>
<li>Go to the Templates page.</li>
<li>Add a new template or choose an existing template and select Edit.</li>
<li>Go to the <b class="govuk-!-font-weight-bold">Templates</b> page.</li>
<li>Add a new template or choose an existing template and select <b class="govuk-!-font-weight-bold">Edit</b>.</li>
<li>Use double brackets and ?? to define optional content. For example, if you only want to show something to people who are under 18: ((under18??Please get your application signed by a parent or guardian.))</li>
<li>Select Save.</li>
<li>Select <b class="govuk-!-font-weight-bold">Save</b>.</li>
</ol>
<p>For each person you send this message to, specify yes or no to show or hide this content. You can either:</p>