mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 08:19:48 -04:00
Do not allow to send a letter template longer than 10 pages
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<div class="bottom-gutter-2-3">
|
||||
<div class="grid-row">
|
||||
{% if template.template_type == 'letter' %}
|
||||
{% if current_user.has_permissions('send_messages', restrict_admin_usage=True) %}
|
||||
{% if current_user.has_permissions('send_messages', restrict_admin_usage=True) and page_count < 11 %}
|
||||
<div class="column-half">
|
||||
<a href="{{ url_for(".set_sender", service_id=current_service.id, template_id=template.id) }}" class="pill-separate-item">
|
||||
Send
|
||||
|
||||
Reference in New Issue
Block a user