mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-12 13:20:43 -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 [
|
||||
('1 sheet', '30', '33'),
|
||||
('2 sheets', '33', '39'),
|
||||
('3 sheets', '36', '45')
|
||||
('3 sheets', '36', '45'),
|
||||
('4 sheets', '39', '51'),
|
||||
('5 sheets', '42', '57'),
|
||||
] %}
|
||||
{% call row() %}
|
||||
{% call row_heading() %} {{ sheets }} (double sided) {% endcall %}
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
</ul>
|
||||
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user