From 06c21145342af3c2bd87012c93841f4631198ff8 Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Mon, 19 Jul 2021 18:43:41 +0200 Subject: [PATCH] add the "in the last 14 days" mention --- app/dashboard/templates/dashboard/alias_contact_manager.html | 2 +- app/dashboard/templates/dashboard/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/dashboard/templates/dashboard/alias_contact_manager.html b/app/dashboard/templates/dashboard/alias_contact_manager.html index 55e8c043..7d921a69 100644 --- a/app/dashboard/templates/dashboard/alias_contact_manager.html +++ b/app/dashboard/templates/dashboard/alias_contact_manager.html @@ -144,7 +144,7 @@
Contact created {{ contact.created_at | dt }} {% else %} - No Activity. Contact created {{ contact.created_at | dt }} + No Activity in the last 14 days. Contact created {{ contact.created_at | dt }} {% endif %}
diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index f8e2ef6d..f43f9f32 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -295,7 +295,7 @@ {{ email_log.created_at | dt }} {% endif %} {% else %} - No Activity. Alias created {{ alias.created_at | dt }} + No Activity in the last 14 days. Alias created {{ alias.created_at | dt }} {% endif %}