From 65ef22f26ecb5f58114a94438090d38e0412a63a Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Thu, 29 Aug 2024 15:19:51 -0700 Subject: [PATCH] removed template type --- app/templates/views/dashboard/dashboard.html | 1 - app/templates/views/dashboard/template-statistics.html | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index a2cb13580..9268b37e3 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -137,7 +137,6 @@ -

Most Used Templates

{{ ajax_block(partials, updates_url, 'template-statistics') }} diff --git a/app/templates/views/dashboard/template-statistics.html b/app/templates/views/dashboard/template-statistics.html index 6e7b8e3a8..da9a4be52 100644 --- a/app/templates/views/dashboard/template-statistics.html +++ b/app/templates/views/dashboard/template-statistics.html @@ -1,5 +1,6 @@
{% if template_statistics|length > 1 %} +

Most Used Templates

@@ -29,9 +30,6 @@
{{ item.template_name }} - - {{ 1|message_count_label(item.template_type, suffix='template')|capitalize }} -

{{ item.template_folder }}

{{ item.last_used|format_datetime_table}}