One off letter flow does not allow to send letter longer than 10 pages

This commit is contained in:
Pea Tyczynska
2019-10-01 14:31:36 +01:00
parent 0adf80f294
commit c690434b1f
3 changed files with 47 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
help='3' if help else 0
)}}" class='page-footer'>
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
{% if not error %}
{% if not error and page_count < 11 %}
<button type="submit" class="button">Send 1 {{ message_count_label(1, template.template_type, suffix='') }}</button>
{% endif %}
{% if template.template_type == 'letter' %}