From e94a00850a5c011dc32762e7defc3b4114de965f Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Wed, 10 Aug 2016 15:40:41 +0100 Subject: [PATCH] remove unused file --- .../partials/check/too_many_messages.html | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 app/templates/partials/check/too_many_messages.html diff --git a/app/templates/partials/check/too_many_messages.html b/app/templates/partials/check/too_many_messages.html deleted file mode 100644 index 457c7321e..000000000 --- a/app/templates/partials/check/too_many_messages.html +++ /dev/null @@ -1,26 +0,0 @@ -
- {% call banner_wrapper(type='dangerous') %} -

- Too many recipients -

-

- You can only send {{ current_service.message_limit }} messages per day - {%- if current_service.restricted %} - in trial mode - {%- endif -%} - . -

-

- {% if statistics.emails_requested or statistics.sms_requested %} - You can still send - {{ current_service.message_limit - statistics.get('emails_requested', 0) - statistics.get('sms_requested', 0) }} - messages today, but - {% endif %} - ‘{{ original_file_name }}’ contains - {{ count_of_recipients }} {{ recipients.recipient_column_header }} - {%- if count_of_recipients != 1 -%} - {{ 'es' if 'email address' == recipients.recipient_column_header else 's' }} - {%- endif %}. -

- {% endcall %} -