From 40fdf711e19c82e89520050f149c945b74ab1a4d Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 21 Jun 2019 15:37:49 +0100 Subject: [PATCH] Use full width for folder heading if no manage link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If you don’t have permission to manage a folder we don’t show the link. But we should also claw back the space that the link would have taken. --- app/templates/views/templates/choose.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/templates/choose.html b/app/templates/views/templates/choose.html index 93d3bcd6f..95691fc49 100644 --- a/app/templates/views/templates/choose.html +++ b/app/templates/views/templates/choose.html @@ -44,7 +44,7 @@ {% else %}
-
+
{{ folder_path( folders=template_folder_path, service_id=current_service.id,