diff --git a/templates/tasks.html b/templates/tasks.html index 2a87830..cb37cb3 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 or user.username in task.editors %} {% endif %}
{% endfor %} {% endblock %} \ No newline at end of file