mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 01:04:00 -04:00
Update documentation to refer 5 sheets of letters
Letters can now be 4 or 5 sheets - * Updated the pricing page with the new prices * Updated the using Notify page with the new letter length
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 %}
|
||||
|
||||
Reference in New Issue
Block a user