mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 12:38:26 -04:00
Do not allow to send a letter template longer than 10 pages
This commit is contained in:
@@ -74,6 +74,7 @@ def view_template(service_id, template_id):
|
||||
),
|
||||
template_postage=template["postage"],
|
||||
user_has_template_permission=user_has_template_permission,
|
||||
page_count=get_page_count_for_letter(template),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user