diff --git a/templates/tasks/_task_item.html b/templates/tasks/_task_item.html index 8fb0a60..e31aeea 100644 --- a/templates/tasks/_task_item.html +++ b/templates/tasks/_task_item.html @@ -28,7 +28,7 @@ ยท {% endif %} {% for tag in task.tags.all %} - + {{ tag.name }} {% endfor %}