add the "in the last 14 days" mention

This commit is contained in:
Son Nguyen Kim 2021-07-19 18:43:41 +02:00
parent 55dcd63654
commit 06c2114534
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@
<br>
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 %}
<div>

View File

@ -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 %}
</div>