Merge pull request #3704 from alphagov/letters-optional-content

Document optional content in letters
This commit is contained in:
Katie Smith
2020-10-27 11:36:40 +00:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -32,6 +32,7 @@
<aside class="govuk-grid-column-three-quarters">
{% include "partials/templates/guidance-formatting-letters.html" %}
{% include "partials/templates/guidance-personalisation.html" %}
{% include "partials/templates/guidance-optional-content.html" %}
</aside>
</div>
{% endcall %}

View File

@@ -78,7 +78,7 @@
<h2 class="heading-medium" id="optional-content">Add optional content</h2>
<p class="govuk-body">To add optional content to your emails and text messages:</p>
<p class="govuk-body">To add optional content to your messages:</p>
<ol class="list list-number">
<li>Go to the {{ service_link(current_service, 'main.choose_template', 'templates') }} page.</li>
@@ -96,6 +96,4 @@
<p class="govuk-body">If you upload a list, the column names need to match the optional content in your template.</p>
<p class="govuk-body">You cannot add optional content to a letter.</p>
{% endblock %}