From 1d92ecc7fc280bb06881161b38e611b7ed43f2ef Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 3 Mar 2020 17:54:50 +0000 Subject: [PATCH] Use normal paragraphs for empty templates page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don’t need the extra spacing, and it’s inconsistent with the uploads page. --- app/templates/views/templates/choose.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/templates/choose.html b/app/templates/views/templates/choose.html index 99812fc89..e0143ac72 100644 --- a/app/templates/views/templates/choose.html +++ b/app/templates/views/templates/choose.html @@ -22,7 +22,7 @@ {{ page_title }} {% if current_user.has_permissions('manage_templates') %} -

+

You need a template before you can send {% if 'letter' in current_service.permissions %} emails, text messages or letters @@ -31,7 +31,7 @@ {%- endif %}.

{% else %} -

+

You need to ask your service manager to add templates before you can send {% if 'letter' in current_service.permissions %} emails, text messages or letters