diff --git a/todo/templates/todo/list_detail.html b/todo/templates/todo/list_detail.html index 6ab8c46..12a0fe5 100644 --- a/todo/templates/todo/list_detail.html +++ b/todo/templates/todo/list_detail.html @@ -34,64 +34,68 @@ {% endif %} - {% if list_slug == "mine" %} + {% if items %} + {% if list_slug == "mine" %}
This list belongs to group {{ task_list.group }}