update templates with task expiry

This commit is contained in:
2023-04-18 17:26:49 -04:00
parent b783946273
commit dc6fb52b58
4 changed files with 12 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
</b>
<div>
<p>Created: {{ createdTime.strftime('%Y-%m-%d %I:%M %p') }}</p>
<p>Expires: {{ task.expiryDate }}</p>
</div>
<hr>
</div>