From f90bab8e0cf1fc1fe3979f176320e55c0051b120 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 8 Aug 2017 09:35:51 +0100 Subject: [PATCH] Add whitespace to code for consistency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s harder to scan over all the different possible errors if some of them are bunched up together with no line breaks between them. --- app/templates/views/check/column-errors.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/templates/views/check/column-errors.html b/app/templates/views/check/column-errors.html index f8407792f..5beaeb529 100644 --- a/app/templates/views/check/column-errors.html +++ b/app/templates/views/check/column-errors.html @@ -75,14 +75,18 @@

{% elif not recipients.allowed_to_send_to %} + {% with count_of_recipients=count_of_recipients, template_type_label=recipients.recipient_column_headers[0] %} {% include "partials/check/not-allowed-to-send-to.html" %} {% endwith %} + {% elif recipients.more_rows_than_can_send %} + {% include "partials/check/too-many-messages.html" %} + {% endif %} {{ skip_to_file_contents() }}