Improve display of completed status

This commit is contained in:
Scot Hacker 2018-02-11 00:48:19 -08:00
parent 1c2a247f83
commit 5c1d98d952

View file

@ -45,7 +45,7 @@
{{ task.due_date }}<br/>
<strong>Completed:</strong>
{{ form.completed }}<br/>
{{ form.completed|yesno:"Yes,No" }}<br/>
</p>
{% if task.note %}