diff options
Diffstat (limited to 'app/templates/admin/manage.html')
| -rw-r--r-- | app/templates/admin/manage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/admin/manage.html b/app/templates/admin/manage.html index c0668e3..92aa6a5 100644 --- a/app/templates/admin/manage.html +++ b/app/templates/admin/manage.html @@ -25,7 +25,7 @@ <td>{{ task.user.username }}</td> <td>{{ task.dataset.name }}</td> <td>{% if task.done %}Completed{% else %}Pending{% endif %}</td> - <td>{{ task.annotated_on }}</td> + <td>{% if task.done %}{{ task.annotated_on }}{% else %}{% endif %}</td> </tr> {% endfor %} </tr> |
