From 7ed317e334e7c0a0049d96b0e2d2d2a04f13ae1f Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Sun, 5 Apr 2020 20:05:49 +0200 Subject: [PATCH] Show alias creation date when no activity --- app/dashboard/templates/dashboard/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 1120d867..34ebbb72 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -165,7 +165,7 @@ {{ email_log.created_at | dt }} {% endif %} {% else %} - No Activity + No Activity. Alias created {{ alias.created_at | dt }} {% endif %}