diff --git a/todo/templates/todo/search_results.html b/todo/templates/todo/search_results.html index a90550a..d087e34 100644 --- a/todo/templates/todo/search_results.html +++ b/todo/templates/todo/search_results.html @@ -18,7 +18,7 @@ {{ f.task_list.name }} -
Assigned to: {% if f.assigned_to %}{{ f.assigned_to }}{% else %}Anyone{% endif %} (created by: {{ f.created_by }}) +
Assigned to: {% if f.assigned_to %}{{ f.assigned_to }}{% else %}Anyone{% endif %}
Complete: {{ f.completed|yesno:"Yes,No" }}