Merge pull request #2143 from alphagov/5-letter-pages

Update documentation to refer 5 sheets of letters
This commit is contained in:
Katie Smith
2018-07-10 13:27:54 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -104,7 +104,9 @@
{% for sheets, central, local in [ {% for sheets, central, local in [
('1 sheet', '30', '33'), ('1 sheet', '30', '33'),
('2 sheets', '33', '39'), ('2 sheets', '33', '39'),
('3 sheets', '36', '45') ('3 sheets', '36', '45'),
('4 sheets', '39', '51'),
('5 sheets', '42', '57'),
] %} ] %}
{% call row() %} {% call row() %}
{% call row_heading() %} {{ sheets }} (double sided) {% endcall %} {% call row_heading() %} {{ sheets }} (double sided) {% endcall %}

View File

@@ -82,7 +82,7 @@
</ul> </ul>
<h2 class="heading-medium">Letters</h2> <h2 class="heading-medium">Letters</h2>
<p>Letters can be up to 6 pages long (3 sides of paper, double-sided).</p> <p>Letters can be up to 10 pages long (5 sides of paper, double-sided).</p>
<p>Notify sends letters in C5 size envelopes, with a window.</p> <p>Notify sends letters in C5 size envelopes, with a window.</p>
</div> </div>