Improve display of completed status
This commit is contained in:
parent
1c2a247f83
commit
5c1d98d952
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
{{ task.due_date }}<br/>
|
||||
|
||||
<strong>Completed:</strong>
|
||||
{{ form.completed }}<br/>
|
||||
{{ form.completed|yesno:"Yes,No" }}<br/>
|
||||
</p>
|
||||
|
||||
{% if task.note %}
|
||||
|
|
Loading…
Reference in a new issue