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

@@ -29,6 +29,9 @@
<div>
<p>Due: {{ task.due_timestamp }}</p>
</div>
<div>
<p>Expires: {{ task.expiryDate }}</p>
</div>
<p>
<a class="btn btn-primary" href="/task/{{task.id}}/edit">Edit Task</a>
<span>