From acf1c269a5119c7a8861177bfc47035e863b597d Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sat, 18 Dec 2021 13:33:46 +0300 Subject: [PATCH] fix --- templates/tasks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tasks.html b/templates/tasks.html index a4ec47d..2a87830 100644 --- a/templates/tasks.html +++ b/templates/tasks.html @@ -44,6 +44,6 @@ {% for task in tasks %} - {{ task.name }} {% if task.creator == user %} {% endif %}
+ {{ task.name }} {% if task.creator == user %} {% endif %}
{% endfor %} {% endblock %} \ No newline at end of file