diff --git a/templates/tasks/_task_item.html b/templates/tasks/_task_item.html index 4166816..8fb0a60 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 %}