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

@@ -13,6 +13,10 @@
{{ form.description.label }}
</p>
{{ form.description(rows=5, cols=25) }}
<p>
{{ form.expiryDate.label }}
{{ form.expiryDate }}
</p>
<p>
<button class="btn btn-primary" type="submit">Add Task</button>
</p>