mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Merge pull request #2143 from alphagov/5-letter-pages
Update documentation to refer 5 sheets of letters
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user