From b3194da825282cdc4ffa13941467dae96fd92807 Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Sat, 24 Mar 2018 16:48:09 -0700 Subject: [PATCH] Search results tweak --- todo/templates/todo/search_results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }}