delete tasks

This commit is contained in:
2022-11-13 23:09:56 -05:00
parent 3a129168c1
commit 5b8d054ed8
4 changed files with 16 additions and 4 deletions

View File

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