From a116c0a0c11d36e94d218dac28d249c6c4763b3a Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Fri, 1 Dec 2023 14:54:26 -0500 Subject: [PATCH] Merged Ken's work, made a small style change --- app/templates/views/templates/copy.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/templates/copy.html b/app/templates/views/templates/copy.html index cda44bb5b..086936b7a 100644 --- a/app/templates/views/templates/copy.html +++ b/app/templates/views/templates/copy.html @@ -11,7 +11,7 @@ {% block maincolumn_content %}
-

{{ page_title }}

+

{{ page_title }}

{{ copy_folder_path(template_folder_path, current_service.id, from_service, current_user) }}
{% if not services_templates_and_folders.templates_to_show %} @@ -29,7 +29,7 @@