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